ByteArrayComparer.GetHashCode - Méthode (Byte[])
Retourne un code de hachage pour l'objet spécifié.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Function GetHashCode ( _
key As Byte() _
) As Integer
'Utilisation
Dim instance As ByteArrayComparer
Dim key As Byte()
Dim returnValue As Integer
returnValue = instance.GetHashCode(key)
public int GetHashCode(
byte[] key
)
Paramètres
key
Type : []Le byte [] pour lequel un code de hachage doit être retourné.
Valeur renvoyée
Type : System.Int32
Code de hachage pour l'objet spécifié.
Implémentations
IEqualityComparer<T>.GetHashCode(T)