equals

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

Compares this Controller object with the specified object for equality.

Return

true if the given object is equal to this Controller object, false otherwise.

Parameters

other

The object to compare for equality.