Unit.Equals Method (Unit)

Indicates whether the current unit is equal to the specified unit.

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

Syntax

'Declaration
Public Function Equals ( _
    other As Unit _
) As Boolean
'Usage
Dim instance As Unit
Dim other As Unit
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    Unit other
)
public:
virtual bool Equals(
    Unit other
) sealed
abstract Equals : 
        other:Unit -> bool 
override Equals : 
        other:Unit -> bool 
public final function Equals(
    other : Unit
) : boolean

Parameters

Return Value

Type: System.Boolean
Always returns true.

Implements

IEquatable<T>.Equals(T)

See Also

Reference

Unit Structure

Equals Overload

System.Reactive Namespace