Open wenovus opened 4 years ago
enumerations and identities can be a bit tedious when comparing, as their names are long.
An Equal method for every enumeration that compares against a string can help with this.
Equal
Useful references: The current String() method definition. EnumLogString's definition
String()
EnumLogString
@vcheny
enumerations and identities can be a bit tedious when comparing, as their names are long.
An
Equal
method for every enumeration that compares against a string can help with this.Useful references: The current
String()
method definition.EnumLogString
's definition