ForeignKeyComparer.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(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)
- Source:
- ForeignKeyComparer.cs
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)
- Source:
- ForeignKeyComparer.cs
- Source:
- ForeignKeyComparer.cs
- Source:
- ForeignKeyComparer.cs
- Source:
- ForeignKeyComparer.cs
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
pour lequel un code de hachage doit être retourné.
Retours
Code de hachage pour l'objet spécifié.