equals

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

Compares this object to another object.

Return

True if the two objects are equal, otherwise false.

Parameters

other

Any other object.