AbstractEnum.opEquals

Returns true if the specified object is equal to this enum constant.

@param other the object to be compared for equality with this object. @return true if the specified object is equal to this enum constant.

class AbstractEnum(E)
final override
bool
opEquals
(
Object other
)

Meta