Compartilhar via


EventPattern<TEventArgs>. Método Equals (EventPattern<TEventArgs>)

Compara esse tipo com o objeto especificado.

Namespace:System.Reactive
Assembly: System.Reactive (em System.Reactive.dll)

Sintaxe

'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

Parâmetros

Valor Retornado

Tipo: System.Boolean
Retorna booliano.

Implementações

IEquatable<T>. Equals(T)

Consulte Também

Referência

Classe EventPattern<TEventArgs>

Sobrecarga igual a

System.Reactive Namespace