equals

open operator override fun equals(other: Any?): Boolean(source)

Determines whether the current CapabilityDelegation object is equal to the provided object.

Return

true if the objects are equal, false otherwise.

Parameters

other

The object to compare with the current CapabilityDelegation object.