共用方式為


Unit.Equals 方法 (Unit)

指出目前的單位是否等於指定的單位。

Namespace:System.Reactive
裝配: System.Reactive.dll) 中的 System.Reactive (

語法

'Declaration
Public Function Equals ( _
    other As Unit _
) As Boolean
'Usage
Dim instance As Unit
Dim other As Unit
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    Unit other
)
public:
virtual bool Equals(
    Unit other
) sealed
abstract Equals : 
        other:Unit -> bool 
override Equals : 
        other:Unit -> bool 
public final function Equals(
    other : Unit
) : boolean

參數

傳回值

類型: System.Boolean
永遠傳回 true。

實作

IEquatable < T > . (等於 T)

另請參閱

參考

單位結構

等於多載

System.Reactive 命名空間