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

Return Value

Type: System.Boolean
true if both objects are equal; otherwise, false.

Implements

IEquatable<T>.Equals(T)

See Also

Reference

Subscription Structure

Equals Overload

Microsoft.Reactive.Testing Namespace