示例#1
0
 public bool Equals(TypePropertyPair other)
 {
     return(Type == other.Type && string.Equals(Property, other.Property));
 }
示例#2
0
 public bool Equals(TypePropertyPair other)
 {
     return Type == other.Type && string.Equals(Property, other.Property);
 }