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