Esempio n. 1
0
 protected bool Equals(EnumMetaData other)
 {
     return string.Equals(Description, other.Description);
 }
Esempio n. 2
0
 protected bool Equals(EnumMetaData other)
 {
     return(string.Equals(Description, other.Description));
 }