예제 #1
0
 public int CompareTo(RehashedValue <T> other)
 {
     return(CompareTo(other.Value));
 }
예제 #2
0
 public bool Equals(RehashedValue <T> other)
 {
     return(Equals(other.Value));
 }