equals

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

Compares two EntityId instances based on their underlying values.

Return

true if both instances have equal values and are of the same type.

Parameters

other

the object to compare with.