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 メンバ