equals

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

Indicates whether another 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.