EventPattern<TEventArgs>。Equals メソッド (EventPattern<TEventArgs>)

この型を指定したオブジェクトと比較します。

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

構文

'Declaration
Public Function Equals ( _
    other As EventPattern(Of TEventArgs) _
) As Boolean
'Usage
Dim instance As EventPattern
Dim other As EventPattern(Of TEventArgs)
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    EventPattern<TEventArgs> other
)
public:
virtual bool Equals(
    EventPattern<TEventArgs>^ other
) sealed
abstract Equals : 
        other:EventPattern<'TEventArgs> -> bool 
override Equals : 
        other:EventPattern<'TEventArgs> -> bool 
public final function Equals(
    other : EventPattern<TEventArgs>
) : boolean

パラメーター

戻り値

型: System.Boolean
ブール値を返します。

実装

IEquatable<T>.Equals(T)

参照

リファレンス

EventPattern<TEventArgs> クラス

等しいオーバーロード

System.Reactive 名前空間