SPREAD for WPF 3.0J - GcSpreadGrid
等価判定演算子 オペレータ (CellPosition)

GrapeCity.Windows.SpreadGrid 名前空間 > CellPosition 構造体 : 等価判定演算子 オペレータ
左。
右。
指定した2つの CellPosition 構造体が等しいかどうかをテストします。
シンタックス
'宣言
 
Public Operator =( _
   ByVal left As CellPosition, _
   ByVal right As CellPosition _
) As Boolean
public bool operator ==( 
   CellPosition left,
   CellPosition right
)

パラメータ

left
左。
right
右。

戻り値の型

2つの CellPosition 構造体が等しい場合は true。それ以外の場合は false。
参照

CellPosition 構造体
CellPosition メンバ