예제 #1
0
 public int GetHashCode(T obj)
 {
     if (_hash != null)
     {
         return(_hash.GetHashCode(obj));
     }
     return(obj.GetHashCode());
 }