次の方法で共有


EntityTypeFullNameComparer.GetHashCode メソッド

定義

オーバーロード

GetHashCode(IEntityType)

指定したオブジェクトのハッシュ コードを返します。

GetHashCode(IReadOnlyEntityType)

指定したオブジェクトのハッシュ コードを返します。

GetHashCode(IEntityType)

指定したオブジェクトのハッシュ コードを返します。

public int GetHashCode (Microsoft.EntityFrameworkCore.Metadata.IEntityType obj);
override this.GetHashCode : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> int
Public Function GetHashCode (obj As IEntityType) As Integer

パラメーター

obj
IEntityType

ハッシュ コードが返される対象の 。

戻り値

指定したオブジェクトのハッシュ コード。

実装

適用対象

GetHashCode(IReadOnlyEntityType)

指定したオブジェクトのハッシュ コードを返します。

public int GetHashCode (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType obj);
override this.GetHashCode : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> int
Public Function GetHashCode (obj As IReadOnlyEntityType) As Integer

パラメーター

obj
IReadOnlyEntityType

ハッシュ コードが返される対象の 。

戻り値

指定したオブジェクトのハッシュ コード。

実装

適用対象