バージョン

等しくないか判定する演算子 オペレータ (DeviceUnitThickness)

等しいかどうかを決定するために 2 つの DeviceUnitThickness インスタンスを比較します。
シンタックス
'宣言
 
Public Operator <>( _
   ByVal length1 As DeviceUnitThickness, _
   ByVal length2 As DeviceUnitThickness _
) As Boolean
public bool operator !=( 
   DeviceUnitThickness length1,
   DeviceUnitThickness length2
)

パラメータ

length1
第 1 の DeviceUnitThickness インスタンス。
length2
第 2 の DeviceUnitThickness インスタンス。

戻り値の型

オブジェクトの値または UnitType が異なる場合は True。そうでない場合は False。
参照