共用方式為


Operators.Unchecked 模組 (F#)

本單元包含基本作業的執行階段和 (或) 靜態檢查並不適用。

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

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

module Unchecked

說明

compare : 'T -> 'T -> int

Perform generic comparison on two values where the type of the values is not statically required to have the comparison constraint.

defaultof : 'T

產生任何型別的預設值。 這個值是 null 參考型別的,結構,對於這是結構值所有欄位都具有預設值的位置。 因為某些 F# 值沒有適當的 null 值,所以這個函式並不安全。

等於 : 'T -> 'T -> bool

執行泛用的相等的兩個值,值的型別並不是以靜態方式必要滿足相等限制式。

hash : 'T -> int

執行泛型雜湊值,值的型別並不是以靜態方式必要滿足相等限制式。

平台

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

請參閱

參考

Core.Operators 模組 (F#)