equals

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

Checks if the current instance is equal to the given other object.

Return

true if the current instance is equal to the given other object, false otherwise.

Parameters

other

The object to compare with the current instance.