次の方法で共有


EntityTypeFullNameComparer.Equals メソッド

定義

オーバーロード

Equals(IEntityType, IEntityType)

指定したオブジェクトが等しいかどうかを判断します。

Equals(IReadOnlyEntityType, IReadOnlyEntityType)

指定したオブジェクトが等しいかどうかを判断します。

Equals(IEntityType, IEntityType)

指定したオブジェクトが等しいかどうかを判断します。

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

パラメーター

x
IEntityType

比較する最初のオブジェクト。

y
IEntityType

比較する 2 番目のオブジェクト。

戻り値

指定したオブジェクトが等しい場合は true。それ以外の場合は false

実装

適用対象

Equals(IReadOnlyEntityType, IReadOnlyEntityType)

指定したオブジェクトが等しいかどうかを判断します。

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

パラメーター

x
IReadOnlyEntityType

比較する最初のオブジェクト。

y
IReadOnlyEntityType

比較する 2 番目のオブジェクト。

戻り値

指定したオブジェクトが等しい場合は true。それ以外の場合は false

実装

適用対象