Partager via


TypeBaseNameComparer.Equals(IReadOnlyTypeBase, IReadOnlyTypeBase) Méthode

Définition

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

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

Paramètres

x
IReadOnlyTypeBase

Premier objet à comparer.

y
IReadOnlyTypeBase

Deuxième objet à comparer.

Retours

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

Implémente

S’applique à