Partager via


EntityTypeFullNameComparer.Equals Méthode

Définition

Surcharges

Equals(IEntityType, IEntityType)

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

Equals(IReadOnlyEntityType, IReadOnlyEntityType)

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

Equals(IEntityType, IEntityType)

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

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

Paramètres

x
IEntityType

Premier objet à comparer.

y
IEntityType

Deuxième objet à comparer.

Retours

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

Implémente

S’applique à

Equals(IReadOnlyEntityType, IReadOnlyEntityType)

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

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

Paramètres

x
IReadOnlyEntityType

Premier objet à comparer.

y
IReadOnlyEntityType

Deuxième objet à comparer.

Retours

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

Implémente

S’applique à