Пример #1
0
 protected bool Equals(EnumMetaData other)
 {
     return string.Equals(Description, other.Description);
 }
Пример #2
0
 protected bool Equals(EnumMetaData other)
 {
     return(string.Equals(Description, other.Description));
 }