Unit.Equals, méthode (Unit)
Indique si l’unité actuelle est égale à l’unité spécifiée.
Namespace:System.Reactive
Assemblée: System.Reactive (en System.Reactive.dll)
Syntaxe
'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
Paramètres
- other
Type : System.Reactive.Unit
L’autre unité à case activée égalité avec l’unité actuelle.
Valeur de retour
Type : System.Boolean
Retourne toujours true.