HashCompare.FastEqualsTuple5<'T1,'T2,'T3,'T4,'T5> 函式 (F#)
F# 編譯器為達最佳化而使用的基本進入點。
**命名空間/模組路徑:**Microsoft.FSharp.Core.LanguagePrimitives.HashCompare
組件:FSharp.Core (在 FSharp.Core.dll 中)
// Signature:
FastEqualsTuple5 : IEqualityComparer -> 'T1 * 'T2 * 'T3 * 'T4 * 'T5 -> 'T1 * 'T2 * 'T3 * 'T4 * 'T5 -> bool
// Usage:
FastEqualsTuple5 comparer tuple1 tuple2
參數
comparer
型別:IEqualityComparer比較子物件。
tuple1
型別:'T1 * 'T2 * 'T3 * 'T4 * 'T5五個項目的第一個 Tuple。
tuple2
型別:'T1 * 'T2 * 'T3 * 'T4 * 'T5五個項目的第二個 Tuple。
傳回值
如果 Tuple 相等則為 true,否則為 false。
備註
這個函式是由已編譯的 F# 程式碼使用,並不能直接使用。
平台
Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2
版本資訊
F# 核心程式庫版本
支援版本:2.0, 4.0,可攜式執行檔 (PE)。