共用方式為


<錄製的 T > 。不等比較運算子

檢查兩個指定的記錄物件是否不相等。

Namespace:Microsoft.Reactive.Testing
裝配: Microsoft.Reactive.Testing (in 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 命名空間