equals

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

Compares this PeerDID object with the specified other object for equality.

Return

true if the other object is equal to this PeerDID object, false otherwise.

Parameters

other

The object to compare with this PeerDID object.