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
- other
Type: System.Reactive.Unit
The other unit to check equality with the current unit.
Return Value
Type: System.Boolean
Always returns true.