Пример #1
0
 public static Int64 GetHashKey <T>(this IEquatable <T> obj)
 {
     return(obj.GetHashKey64());
 }