Condividi tramite


T> con<timestamp. Operatore di uguaglianza

Indica se i primi e i secondi argomenti sono uguali.

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

Sintassi

'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.

Parametri

Valore restituito

Tipo: System.Boolean
true se entrambi gli argomenti sono uguali; in caso contrario, false.

Vedere anche

Riferimento

Struttura T> con<timestamp

Spazio dei nomi System.Reactive