Core.NoComparisonAttribute 類別 (F#)
將這個屬性加入至型別,表示在此型別中比較作業是異常作業。這表示該型別未滿足 F# 比較條件約束。在 F# 型別系統的界限內,這有助於確定未在這個型別上直接執行個體化 F# 泛型比較函式。此屬性與檢查動作不會限制與此型別的基底或子型別進行比較。
**命名空間/模組路徑:**Microsoft.FSharp.Core
組件:FSharp.Core (在 FSharp.Core.dll 中)
[<AttributeUsage(AttributeTargets.Class ||| AttributeTargets.Interface ||| AttributeTargets.Delegate ||| AttributeTargets.Struct ||| AttributeTargets.Enum, AllowMultiple = false)>]
[<Sealed>]
type NoComparisonAttribute =
class
new NoComparisonAttribute : unit -> NoComparisonAttribute
end
備註
您也可以使用名稱的簡短形式 NoComparison。
建構函式
成員 |
描述 |
---|---|
建立屬性的執行個體。 |
平台
Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2
版本資訊
F# 核心程式庫版本
支援版本:2.0, 4.0,可攜式執行檔 (PE)。