Share via


EntityTypeFullNameComparer.Equals Method

Definition

Overloads

Equals(IEntityType, IEntityType)

Determines whether the specified objects are equal.

Equals(IReadOnlyEntityType, IReadOnlyEntityType)

Determines whether the specified objects are equal.

Equals(IEntityType, IEntityType)

Determines whether the specified objects are equal.

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

Parameters

x
IEntityType

The first object to compare.

y
IEntityType

The second object to compare.

Returns

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

Implements

Applies to

Equals(IReadOnlyEntityType, IReadOnlyEntityType)

Determines whether the specified objects are equal.

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

Parameters

x
IReadOnlyEntityType

The first object to compare.

y
IReadOnlyEntityType

The second object to compare.

Returns

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

Implements

Applies to