EventPattern<TEventArgs>. Equals – metoda (EventPattern<TEventArgs>)
Porovná tento typ se zadaným objektem.
Obor názvů:System.Reactive
Sestavení: System.Reactive (v System.Reactive.dll)
Syntaxe
'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
Parametry
- other
Typ: System.Reactive.EventPattern<TEventArgs>
Objekt, se který má být porovnán.
Návratová hodnota
Typ: System.Boolean
Vrátí logickou hodnotu.