Beispiel #1
0
 public int Compare(Object left, Object right)
 {
     return(left.GetHashCode() - right.GetHashCode());
 }