IndexComparer.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equals(IIndex, IIndex) |
Determines whether the specified objects are equal. |
Equals(IReadOnlyIndex, IReadOnlyIndex) |
Determines whether the specified objects are equal. |
Equals(IIndex, IIndex)
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)
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
The first object to compare.
The second object to compare.
Returns
true
if the specified objects are equal; otherwise, false
.
Implements
Applies to
Entity Framework