Condividi tramite


Metodo Unit.Equals (Unit)

Indica se l'unità corrente è uguale all'unità specificata.

Spazio dei nomi:System.Reactive
Assemblea: System.Reactive (in System.Reactive.dll)

Sintassi

'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

Parametri

  • altro
    Tipo: System.Reactive.Unit
    L'altra unità per verificare l'uguaglianza con l'unità corrente.

Valore restituito

Tipo: System.Boolean
Restituisce sempre true.

Implementazioni

IEquatable<T>. Equals(T)

Vedere anche

Riferimento

Struttura unità

Equals Overload

Spazio dei nomi System.Reactive