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

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > Thickness 構造体 : 等しくないか判定する演算子 オペレータ
A Thickness to test.
A Thickness to test.
Tests whether two specified Thickness objects are not equivalent.
シンタックス
'宣言
 
Public Operator <>( _
   ByVal t1 As Thickness, _
   ByVal t2 As Thickness _
) As Boolean
public bool operator !=( 
   Thickness t1,
   Thickness t2
)

パラメータ

t1
A Thickness to test.
t2
A Thickness to test.

戻り値の型

True if the two Thickness objects are different; otherwise, false.
参照

Thickness 構造体
Thickness メンバ