共用方式為


TypeBaseNameComparer.GetHashCode(IReadOnlyTypeBase) 方法

定義

傳回指定物件的雜湊碼。

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

參數

obj
IReadOnlyTypeBase

要傳回雜湊碼的 。

傳回

指定物件的雜湊碼。

實作

適用於