Exemplo n.º 1
0
 public int GetHashCode(PropertySpecifier <T> obj)
 {
     return(obj.PropertyName.GetHashCode());
 }
Exemplo n.º 2
0
 public bool Equals(PropertySpecifier <T> x, PropertySpecifier <T> y)
 {
     return(x.PropertyName.Equals(y.PropertyName));
 }