equals

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

Compares this object with the specified object for equality. Returns true if the specified object is also a CapabilityInvocation and has the same values for the urls and verificationMethods properties.

Return

True if the objects are equal, false otherwise.

Parameters

other

The object to compare for equality.