GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > CellReference 構造体 : 等しくないか判定する演算子 オペレータ |
'Declaration
Public Operator <>( _ ByVal cell1 As CellReference, _ ByVal cell2 As CellReference _ ) As Boolean
'使用法
public bool operator !=( CellReference cell1, CellReference cell2 )
true
、それ以外の場合はfalse
。