MESCIUS SPREAD for Windows Forms 15.0J
等しくないか判定する演算子 オペレータ (CellReference)

比較する最初のCellReference値。
比較する2番目のCellReference値。
2つのCellReference値が等しくないかどうかを示す値を返します。
構文
'宣言
 
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 メンバ

 

 


© MESCIUS inc. All rights reserved.