Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Compares this type with the specified object.
Namespace: System.Reactive
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'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
Parameters
- other
Type: System.Reactive.EventPattern<TEventArgs>
The object to be compared to.
Return Value
Type: System.Boolean
Returns Boolean.