Partager via


ForeignKeyComparer.Equals Méthode

Définition

Surcharges

Equals(IForeignKey, IForeignKey)

Détermine si les objets spécifiés sont égaux.

Equals(IReadOnlyForeignKey, IReadOnlyForeignKey)

Détermine si les objets spécifiés sont égaux.

Equals(IForeignKey, IForeignKey)

Source:
ForeignKeyComparer.cs

Détermine si les objets spécifiés sont égaux.

public bool Equals (Microsoft.EntityFrameworkCore.Metadata.IForeignKey x, Microsoft.EntityFrameworkCore.Metadata.IForeignKey y);
override this.Equals : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> bool
Public Function Equals (x As IForeignKey, y As IForeignKey) As Boolean

Paramètres

x
IForeignKey

Premier objet à comparer.

y
IForeignKey

Deuxième objet à comparer.

Retours

true si les objets spécifiés sont égaux ; sinon, false.

Implémente

S’applique à

Equals(IReadOnlyForeignKey, IReadOnlyForeignKey)

Source:
ForeignKeyComparer.cs
Source:
ForeignKeyComparer.cs
Source:
ForeignKeyComparer.cs
Source:
ForeignKeyComparer.cs

Détermine si les objets spécifiés sont égaux.

public bool Equals (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey? x, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey? y);
override this.Equals : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey * Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey -> bool
Public Function Equals (x As IReadOnlyForeignKey, y As IReadOnlyForeignKey) As Boolean

Paramètres

x
IReadOnlyForeignKey

Premier objet à comparer.

y
IReadOnlyForeignKey

Deuxième objet à comparer.

Retours

true si les objets spécifiés sont égaux ; sinon, false.

Implémente

S’applique à