共用方式為


LanguagePrimitives.PhysicalEquality<'T> 函式 (F#)

實作參考,或實體相等。

**命名空間/模組路徑:**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 ,如果輸入的 Boxed 版本為參考相等,則為;如果兩個都為基本數字類資料型別和 Equals 的實作第一個引數的型別會傳回輸入的 Boxed 版本的 true 。

平台

Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2Windows 8, Windows 7, Windows Server 2012 上, Windows Server 2008 R2

版本資訊

F# 核心程式庫 VersionsF# 核心程式庫版本

支援版本:2.0, 4.0, 4.0, PortablePortable2.0,可攜式執行檔 (PE)。

請參閱

參考

Core.LanguagePrimitives 模組 (F#)

Microsoft.FSharp.Core 命名空間 (F#)