Share via


TypeBaseNameComparer.Equals(IReadOnlyTypeBase, IReadOnlyTypeBase) Method

Definition

Determines whether the specified objects are equal.

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

Parameters

x
IReadOnlyTypeBase

The first object to compare.

y
IReadOnlyTypeBase

The second object to compare.

Returns

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

Implements

Applies to