contentEquals

abstract fun contentEquals(dependency: Dependency): Boolean(source)

Deprecated

Returns whether two dependencies have identical values for their properties. A dependency is an entity with a key. Therefore dependencies might be equal and yet have different properties.

Deprecated

Use equals instead.

Parameters

dependency

The dependency to compare this dependency with