共用方式為


Collections.HashIdentity 模組 (F#)

搭配雜湊資料表使用之值識別的通用概念。

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

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

module HashIdentity

說明

FromFunctions : ('T -> int) -> ('T -> 'T -> bool) -> IEqualityComparer<'T>

使用所指定雜湊和相等函式的雜湊。

LimitedStructural : int -> IEqualityComparer<'T>

提供雜結構湊最多到指定的項目數。

參考資料 : IEqualityComparer<'T>

雜湊表示它會雜湊的物件的參考識別和內容的實值型別實作實體

Structural : IEqualityComparer<'T>

雜實作結構湊。 使用 操作員的雜湊=) 和 的 Operators.hash

平台

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、4.0

Silverlight

支援版本:3

請參閱

參考

Microsoft.FSharp.Collections 命名空間 (F#)