共用方式為


IStructuralEquatable.GetHashCode 方法 (F#)

傳回目前執行個體的雜湊程式碼。

命名空間/模組路徑:System.Collections

組件:FSharp.Core (在 FSharp.Core.dll 中)

// Signature:
abstract this.GetHashCode : IEqualityComparer -> int

// Usage:
iStructuralEquatable.GetHashCode (comparer)

參數

  • comparer
    型別:IEqualityComparer

    物件,會計算目前物件的雜湊程式碼。

傳回值

目前執行個體的雜湊程式碼。

備註

此 API 僅可搭配以 .NET Framework 2.0 為目標的 F# 執行階段使用。 如果您使用的.NET Framework 4,使用.NET Framework 4 API 有同名 GetHashCode

平台

Windows 7、Windows Vista SP2、Windows XP SP3、Windows XP x64 SP2、Windows Server 2008 R2、Windows Server 2008 SP2、Windows Server 2003 SP2

版本資訊

F# 執行階段

支援版本:2.0

Silverlight

支援版本:3

請參閱

參考

Collections.IStructuralEquatable 介面 (F#)

System.Collections 命名空間 (F#)