Unit.Inequality 演算子

1 番目と 2 番目の引数が等しくないかどうかを示します。

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

構文

'Declaration
Public Shared Operator <> ( _
    first As Unit, _
    second As Unit _
) As Boolean
'Usage
Dim first As Unit
Dim second As Unit
Dim returnValue As Boolean

returnValue = (first <> second)
public static bool operator !=(
    Unit first,
    Unit second
)
public:
static bool operator !=(
    Unit first, 
    Unit second
)
static let inline (<>)
        first:Unit * 
        second:Unit  : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.

パラメーター

戻り値

型: System.Boolean
常に false を返します。

参照

リファレンス

単位構造

System.Reactive 名前空間