Enumerator Names
Visual Studio 2005
The names of enumerators must be different from any other enumerator or variable in the same scope. However, the values can be duplicated.
The names of enumerators must be different from any other enumerator or variable in the same scope. However, the values can be duplicated.