このインスタンスと他のインスタンスが等しいかどうかを示します。
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
パラメーター
- other
種類: System.Reactive.Notification<T>
このインスタンスとの等価性をチェックするもう 1 つの通知。
戻り値
型: System.Boolean
このインスタンスと他の通知が等しい場合は true。それ以外の場合は false。