共用方式為


Collections.ComparisonIdentity 模組 (F#)

與已排序資料結構搭配使用之比較識別的通用概念。

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

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

module ComparisonIdentity

說明

FromFunction : ('T -> 'T -> int) -> IComparer<'T>

使用指定的比較子函式進行比較。

Structural : IComparer<'T>

結構化比較。 使用 的 Operators.compare 的比較。

平台

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#)