次の方法で共有


TimeInterval<T>。等値演算子

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

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

構文

'Declaration
Public Shared Operator = ( _
    first As TimeInterval(Of T), _
    second As TimeInterval(Of T) _
) As Boolean
'Usage
Dim first As TimeInterval(Of T)
Dim second As TimeInterval(Of T)
Dim returnValue As Boolean

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

パラメーター

戻り値

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

参照

リファレンス

TimeInterval<T> 構造体

System.Reactive 名前空間