Пример #1
0
 public static Int32 GetHashCode <T>(this IEquatable <T> obj)
 {
     return(obj.GetHashKey32());
 }