How are ambiguous enum values resolved in C#?
This is specifically documented to be undocumented behaviour. There is probably something in the way the code is written that will end up picking the same thing every time but the documentation of Enum.ToString states this: If multiple enumeration members have the same underlying value and you attempt to retrieve the string representation of an … Read more