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