Share via


IndexComparer.Equals Method

Definition

Overloads

Equals(IIndex, IIndex)

Determines whether the specified objects are equal.

Equals(IReadOnlyIndex, IReadOnlyIndex)

Determines whether the specified objects are equal.

Equals(IIndex, IIndex)

Source:
IndexComparer.cs

Determines whether the specified objects are equal.

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

Parameters

x
IIndex

The first object to compare.

y
IIndex

The second object to compare.

Returns

true if the specified objects are equal; otherwise, false.

Implements

Applies to

Equals(IReadOnlyIndex, IReadOnlyIndex)

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

Determines whether the specified objects are equal.

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

Parameters

x
IReadOnlyIndex

The first object to compare.

y
IReadOnlyIndex

The second object to compare.

Returns

true if the specified objects are equal; otherwise, false.

Implements

Applies to