DataGrid for WPF/Silverlight
等価判定演算子 オペレータ (DataGridLength)

C1.Silverlight.DataGrid.5 アセンブリ > C1.Silverlight.DataGrid 名前空間 > DataGridLength 構造体 : 等価判定演算子 オペレータ
比較する最初の DataGridLength のインスタンス。
比較する2番目の DataGridLength のインスタンス。
2つの DataGridLength 構造体が等しいかどうかを比較します。
シンタックス
'宣言
 
Public Operator =( _
   ByVal gl1 As DataGridLength, _
   ByVal gl2 As DataGridLength _
) As System.Boolean
public System.bool operator ==( 
   DataGridLength gl1,
   DataGridLength gl2
)

パラメータ

gl1
比較する最初の DataGridLength のインスタンス。
gl2
比較する2番目の DataGridLength のインスタンス。

戻り値の型

DataGridLength の2つのインスタンスが同じ値と DataGridUnitType を持つ場合は true、そうでない場合は false。
参照

DataGridLength 構造体
DataGridLength メンバ