共用方式為


通知 < T > 。Equals 方法 (通知 < T >)

指出這個實例和其他實例是否相等。

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

語法

'Declaration
Public MustOverride Function Equals ( _
    other As Notification(Of T) _
) As Boolean
'Usage
Dim instance As Notification
Dim other As Notification(Of T)
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public abstract bool Equals(
    Notification<T> other
)
public:
virtual bool Equals(
    Notification<T>^ other
) abstract
abstract Equals : 
        other:Notification<'T> -> bool 
public abstract function Equals(
    other : Notification<T>
) : boolean

參數

傳回值

類型: System.Boolean
如果這個實例和其他通知相等,則為 true;否則為 false。

實作

IEquatable < T > .等於 T ()

另請參閱

參考

通知 < T > 類別

等於多載

System.Reactive 命名空間