Ribbon for WinForms
等価判定演算子 オペレータ (Thickness)

C1.Win.4.8 アセンブリ > C1.Win.Interop 名前空間 > Thickness 構造体 : 等価判定演算子 オペレータ
The first structure to compare.
The other structure to compare.
Compares the value of two Thickness structures for equality.
シンタックス
'宣言
 
Public Operator =( _
   ByVal t1 As Thickness, _
   ByVal t2 As Thickness _
) As Boolean
public bool operator ==( 
   Thickness t1,
   Thickness t2
)

パラメータ

t1
The first structure to compare.
t2
The other structure to compare.

戻り値の型

true if the two instances of Windows.UI.Xaml.Thickness are equal; otherwise, false.
参照

Thickness 構造体
Thickness メンバ