ForeignKeyComparer.GetHashCode Méthode

Définition

Surcharges

GetHashCode(IForeignKey)

Retourne un code de hachage pour l'objet spécifié.

GetHashCode(IReadOnlyForeignKey)

Retourne un code de hachage pour l'objet spécifié.

GetHashCode(IForeignKey)

Retourne un code de hachage pour l'objet spécifié.

public int GetHashCode (Microsoft.EntityFrameworkCore.Metadata.IForeignKey obj);
override this.GetHashCode : Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> int
Public Function GetHashCode (obj As IForeignKey) As Integer

Paramètres

obj
IForeignKey

pour lequel un code de hachage doit être retourné.

Retours

Code de hachage pour l'objet spécifié.

Implémente

S’applique à

GetHashCode(IReadOnlyForeignKey)

Retourne un code de hachage pour l'objet spécifié.

public int GetHashCode (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey obj);
override this.GetHashCode : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey -> int
Public Function GetHashCode (obj As IReadOnlyForeignKey) As Integer

Paramètres

obj
IReadOnlyForeignKey

pour lequel un code de hachage doit être retourné.

Retours

Code de hachage pour l'objet spécifié.

Implémente

S’applique à