equals

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

Checks if this CredentialDefinition object is equal to the specified object.

Two CredentialDefinition objects are considered equal if they have the same values for the following properties:

Return

true if the specified object is equal to this CredentialDefinition object, false otherwise.

Parameters

other

The object to compare with this CredentialDefinition object.