equals

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

Checks if this Mediator object is equal to the specified object.

Return

true if the specified object is equal to this Mediator, false otherwise

Parameters

other

the object to compare with this Mediator