EventPattern<TEventArgs>。等しくない演算子

2 つのオブジェクトを比較して、それらが同じかどうかを確認します。

Namespace: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.

パラメーター

戻り値

型: System.Boolean
ブール値を返します。

参照

リファレンス

EventPattern<TEventArgs> クラス

System.Reactive 名前空間