タイムスタンプ付き<T>。等値演算子

1 番目と 2 番目の引数が等しいかどうかを示します。

Namespace:System.Reactive
アセンブリ: System.Reactive (System.Reactive.dll)

構文

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

パラメーター

戻り値

型: System.Boolean
両方の引数が等しい場合は true。それ以外の場合は false。

参照

リファレンス

タイムスタンプ付き<T> 構造体

System.Reactive 名前空間