equals

open fun equals(obj: Any): Boolean

Determines whether the specified java.lang.Object is equal to this instance.

Return

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

Parameters

obj

The java.lang.Object to compare with this instance.