equals

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

Check whether this Signature is equal to the specified object.

Return

true if the given object is a Signature and has the same content as this Signature, false otherwise

Parameters

other

the object to compare with