equals

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

Indicates whether some other object is "equal to" this one.

Return

True if both objects are equal, false otherwise.

Parameters

other

The object that is compared to this one.