Subscription.Equals Method (Subscription)
Checks whether the given subscription is equal to the current instance.
Namespace: Microsoft.Reactive.Testing
Assembly: Microsoft.Reactive.Testing (in Microsoft.Reactive.Testing.dll)
Syntax
'Declaration
Public Function Equals ( _
other As Subscription _
) As Boolean
'Usage
Dim instance As Subscription
Dim other As Subscription
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
Subscription other
)
public:
virtual bool Equals(
Subscription other
) sealed
abstract Equals :
other:Subscription -> bool
override Equals :
other:Subscription -> bool
public final function Equals(
other : Subscription
) : boolean
Parameters
- other
Type: Microsoft.Reactive.Testing.Subscription
The subscription object to check for equality.
Return Value
Type: System.Boolean
true if both objects are equal; otherwise, false.