DataRowComparer<TRow>.GetHashCode(TRow) 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 l'objet DataRow spécifié.
public:
virtual int GetHashCode(TRow row);
public int GetHashCode (TRow row);
override this.GetHashCode : 'Row -> int
Public Function GetHashCode (row As TRow) As Integer
Paramètres
- row
- TRow
DataRow à partir duquel le code de hachage doit être calculé.
Retours
Valeur Int32 représentant le code de hachage de la ligne.
Implémente
Exceptions
Les objets DataRow source ont la valeur null
.
Remarques
La GetHashCode méthode est l’implémentation de comparaison basée sur les valeurs de la GetHashCode méthode .