AnyEnumeration is the supertype of every enumeration type.
eglx.lang
externalType AnyEnumeration extends EAny type ClassType static function $EQ(lvalue AnyEnumeration in, rvalue AnyEnumeration in) returns(EBoolean) {@Operation{"=="}}; static function $NEQ(lvalue AnyEnumeration in, rvalue AnyEnumeration in) returns(EBoolean) {@Operation{"!="}}; end