equals

open fun equals(obj: Any): Boolean

Determines whether the specified Object is equal to this instance.

Return

true if the specified Object is equal to this instance; otherwise, false.

Parameters

obj

The Object to compare with this instance.