次の方法で共有


記録された<T>。等しくない演算子

指定された 2 つの記録されたオブジェクトが等しくないかどうかを確認します。

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

構文

'Declaration
Public Shared Operator <> ( _
    left As Recorded(Of T), _
    right As Recorded(Of T) _
) As Boolean
'Usage
Dim left As Recorded(Of T)
Dim right As Recorded(Of T)
Dim returnValue As Boolean

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

パラメーター

戻り値

型: System.Boolean
両方のオブジェクトが等しくない場合は True。それ以外の場合は false。

参照

リファレンス

記録された<T> 構造体

Microsoft.Reactive.Testing 名前空間