equals

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

Determines whether this object is equal to the specified object.

Return

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

Parameters

other

The object to compare with this object for equality.