LanguagePrimitives.PhysicalEquality<'T> 函式 (F#)
更新:2010 年 5 月
實作的參考或者 實體 相等。
命名空間/模組路徑: Microsoft.FSharp.Core.LanguagePrimitives
組件:FSharp.Core (在 FSharp.Core.dll 中)
// Signature:
PhysicalEquality : 'T -> 'T -> bool (requires reference type)
// Usage:
PhysicalEquality e1 e2
參數
e1
型別:'T第一個值。
e2
型別:'T第二個值。
傳回值
true如果輸入的已封裝的版本會參考-等
平台
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.LanguagePrimitives 模組 (F#)
Microsoft.FSharp.Core 命名空間 (F#)
變更記錄
日期 |
History |
原因 |
---|---|---|
2010 年 5 月 |
固定的傳回值的描述。 |
內容 Bug 修正。 |