Partager via


Timestamped<T>. Opérateur d’inégalité

Indique si les premier et deuxième arguments ne sont pas égaux.

Namespace:System.Reactive
Assemblée: System.Reactive (en System.Reactive.dll)

Syntaxe

'Declaration
Public Shared Operator <> ( _
    first As Timestamped(Of T), _
    second As Timestamped(Of T) _
) As Boolean
'Usage
Dim first As Timestamped(Of T)
Dim second As Timestamped(Of T)
Dim returnValue As Boolean

returnValue = (first <> second)
public static bool operator !=(
    Timestamped<T> first,
    Timestamped<T> second
)
public:
static bool operator !=(
    Timestamped<T> first, 
    Timestamped<T> second
)
static let inline (<>)
        first:Timestamped<'T> * 
        second:Timestamped<'T>  : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.

Paramètres

Valeur de retour

Type : System.Boolean
true si les deux arguments ne sont pas égaux ; sinon, false.

Voir aussi

Référence

Structure T> horodatée<

Espace de noms System.Reactive