예제 #1
0
 int IEqualityComparer.GetHashCode(object obj)
 {
     return(RuntimeHelpers.GetHashCode(obj));
 }
예제 #2
0
 public override int GetHashCode()
 {
     return(RuntimeHelpers.GetHashCode(this));
 }
예제 #3
0
 public int GetHashCode(T obj)
 {
     return(RuntimeHelpers.GetHashCode(obj));
 }
예제 #4
0
 private static int ReferenceHashCode(object o) =>
 Initial.GetHashCode(o);