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