Beispiel #1
0
 public virtual int CompareTo(IUnique other)
 {
     return((int)(Key - other.GetHashKey()));
 }
Beispiel #2
0
 public override Int64 GetHashKey(IUnique obj)
 {
     return(obj.GetHashKey());
 }