Compartilhar via


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

Valor Retornado

Tipo: System.Boolean
Sempre retorna true.

Implementações

IEquatable<T>. Equals(T)

Consulte Também

Referência

Estrutura de Unidade

Sobrecarga igual a

System.Reactive Namespace