指出目前的單位是否等於指定的單位。
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.Reactive.Unit
要檢查與目前單位相等的另一個單位。
傳回值
類型: System.Boolean
永遠傳回 true。