'宣言 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
。