共用方式為


ModelCollationComparer.GetHashCode 方法 (ModelIdentifier)

做為所提供之 ModelIdentifier 的雜湊函式。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Public Function GetHashCode ( _
    obj As ModelIdentifier _
) As Integer
public int GetHashCode(
    ModelIdentifier obj
)
public:
virtual int GetHashCode(
    ModelIdentifier^ obj
) sealed
abstract GetHashCode : 
        obj:ModelIdentifier -> int 
override GetHashCode : 
        obj:ModelIdentifier -> int 
public final function GetHashCode(
    obj : ModelIdentifier
) : int

參數

傳回值

型別:System.Int32
所提供之識別項的 Int32 雜湊程式碼。

實作

IEqualityComparer<T>.GetHashCode(T)

.NET Framework 安全性

請參閱

參考

ModelCollationComparer 類別

GetHashCode 多載

Microsoft.Data.Schema.SchemaModel 命名空間

GetHashCode

ModelIdentifier