equals

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

Checks if this instance is equal to another object. Two instances of EventPointType are considered equal if they have the same type and icon.

Return

true if the other object is an instance of EventPointType and has the same type and icon, false otherwise.

Parameters

other

The object to compare this instance with.