バージョン

等価判定演算子 オペレータ (TableRowHeight)

2 つの TableRowHeight 構造の値を比較して一致するかどうか調べます。
シンタックス
'宣言
 
Public Operator =( _
   ByVal height1 As TableRowHeight, _
   ByVal height2 As TableRowHeight _
) As Boolean
public bool operator ==( 
   TableRowHeight height1,
   TableRowHeight height2
)

パラメータ

height1
1 つの構造
height2
他の構造

戻り値の型

2 つのインスタンスが等しい場合は True、そうでない場合は False
参照