共用方式為


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

要傳回雜湊碼的 。

傳回

指定物件的雜湊碼。

實作

適用於