共用方式為


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.(=)Operators.hash 產生雜湊。

平台

Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2

版本資訊

F# 核心程式庫版本

支援版本:2.0, 4.0,可攜式執行檔 (PE)。

請參閱

參考

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