次の方法で共有


通知<T>.Equals メソッド (Notification<T>)

このインスタンスと他のインスタンスが等しいかどうかを示します。

Namespace:System.Reactive
アセンブリ: System.Reactive (System.Reactive.dll)

構文

'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>.Equals(T)

参照

リファレンス

Notification<T> クラス

等しいオーバーロード

System.Reactive 名前空間