バージョン

等価判定演算子 オペレータ (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 を返します。
参照