GenericMethodInvoker.IEqualityComparer<Object[]>.GetHashCode Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un code de hachage pour les paramètres de type dans la liste d’arguments fournie.
int IEqualityComparer<object[]>.GetHashCode (object[] obj);
abstract member System.Collections.Generic.IEqualityComparer<System.Object[]>.GetHashCode : obj[] -> int
override this.System.Collections.Generic.IEqualityComparer<System.Object[]>.GetHashCode : obj[] -> int
Function GetHashCode (obj As Object()) As Integer Implements IEqualityComparer(Of Object()).GetHashCode
Paramètres
- obj
- Object[]
Liste d’arguments.
Retours
Code de hachage.