다음을 통해 공유


타임스탬프가 지정된<T>. 같음 연산자

첫 번째 인수와 두 번째 인수가 같은지 여부를 나타냅니다.

네임스페이스: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 네임스페이스