Método Unit.Equals (Unidade)
Indica se a unidade atual é igual à unidade especificada.
Namespace:System.Reactive
Assembly: System.Reactive (em System.Reactive.dll)
Sintaxe
'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
Parâmetros
- other
Tipo: System.Reactive.Unit
A outra unidade para marcar a igualdade com a unidade atual.
Valor Retornado
Tipo: System.Boolean
Sempre retorna true.