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

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

パラメータ

cell1
比較する最初の CellReference 値。
cell2
比較する2番目の CellReference 値。

戻り値の型

2つの値が等しい場合はtrue、それ以外の場合はfalse
参照

CellReference 構造体
CellReference メンバ