IndexComparer.GetHashCode Méthode

Définition

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)

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)

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é.

Implémente

S’applique à