equals

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

Checks whether the current CompressedPublicKey object is equal to the specified other object.

Two CompressedPublicKey objects are considered equal if they have the same uncompressed key and value.

Return

true if the objects are equal, false otherwise.

Parameters

other

The object to compare for equality.