IndexComparer.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.
Surcharges
GetHashCode(IIndex) |
Retourne un code de hachage pour l'objet spécifié. |
GetHashCode(IReadOnlyIndex) |
Retourne un code de hachage pour l'objet spécifié. |
GetHashCode(IIndex)
- Source:
- IndexComparer.cs
Retourne un code de hachage pour l'objet spécifié.
public int GetHashCode (Microsoft.EntityFrameworkCore.Metadata.IIndex obj);
override this.GetHashCode : Microsoft.EntityFrameworkCore.Metadata.IIndex -> int
Public Function GetHashCode (obj As IIndex) As Integer
Paramètres
- obj
- IIndex
pour lequel un code de hachage doit être retourné.
Retours
Code de hachage pour l'objet spécifié.
Implémente
S’applique à
GetHashCode(IReadOnlyIndex)
- Source:
- IndexComparer.cs
- Source:
- IndexComparer.cs
- Source:
- IndexComparer.cs
- Source:
- IndexComparer.cs
Retourne un code de hachage pour l'objet spécifié.
public int GetHashCode (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex obj);
override this.GetHashCode : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex -> int
Public Function GetHashCode (obj As IReadOnlyIndex) As Integer
Paramètres
- obj
- IReadOnlyIndex
pour lequel un code de hachage doit être retourné.
Retours
Code de hachage pour l'objet spécifié.