Exemple #1
0
 public static int GetArrayHashCode <T> (this T[] array) => ArrayEqualityComparer <T> .GetHashCode(array);