두 개체를 비교하여 동일한지 확인합니다.
네임스페이스:System.Reactive
어셈블리: System.Reactive(System.Reactive.dll)
구문
'Declaration
Public Shared Operator <> ( _
first As EventPattern(Of TEventArgs), _
second As EventPattern(Of TEventArgs) _
) As Boolean
'Usage
Dim first As EventPattern(Of TEventArgs)
Dim second As EventPattern(Of TEventArgs)
Dim returnValue As Boolean
returnValue = (first <> second)
public static bool operator !=(
EventPattern<TEventArgs> first,
EventPattern<TEventArgs> second
)
public:
static bool operator !=(
EventPattern<TEventArgs>^ first,
EventPattern<TEventArgs>^ second
)
static let inline (<>)
first:EventPattern<'TEventArgs> *
second:EventPattern<'TEventArgs> : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.
매개 변수
- first
형식: System.Reactive.EventPattern<TEventArgs>
비교할 첫 번째 개체입니다.
- second
형식: System.Reactive.EventPattern<TEventArgs>
비교할 두 번째 개체입니다.
반환 값
형식: System.Boolean
부울을 반환합니다.