Partager via


IndexComparer.Equals Méthode

Définition

Surcharges

Equals(IIndex, IIndex)

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

Equals(IReadOnlyIndex, IReadOnlyIndex)

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

Equals(IIndex, IIndex)

Source:
IndexComparer.cs

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

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

Paramètres

x
IIndex

Premier objet à comparer.

y
IIndex

Deuxième objet à comparer.

Retours

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

Implémente

S’applique à

Equals(IReadOnlyIndex, IReadOnlyIndex)

Source:
IndexComparer.cs
Source:
IndexComparer.cs
Source:
IndexComparer.cs
Source:
IndexComparer.cs

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

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

Paramètres

x
IReadOnlyIndex

Premier objet à comparer.

y
IReadOnlyIndex

Deuxième objet à comparer.

Retours

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

Implémente

S’applique à