Exemple #1
0
 public int GetHashCode(HandledI obj)
 {
     return(obj.handle.GetHashCode());
     //throw new NotImplementedException();
 }
Exemple #2
0
 public bool Equals(HandledI x, HandledI y)
 {
     return(x.handle == y.handle);
     //	throw new NotImplementedException();
 }