GrapeCity SPREAD for Windows Forms 12.0J
等価判定演算子 オペレータ (CellReference)


比較する最初のCellReference値。
比較する2番目のCellReference値。
2つのCellReference値が等しいかどうかを示す値を返します。
構文
'Declaration
 
Public Operator =( _
   ByVal cell1 As CellReference, _
   ByVal cell2 As CellReference _
) As Boolean
'使用法
 
public bool operator ==( 
   CellReference cell1,
   CellReference cell2
)

パラメータ

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

戻り値の型

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

CellReference 構造体
CellReference メンバ

 

 


Copyright © 2004 GrapeCity inc.