예제 #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));
 }