バージョン

等価判定演算子 オペレータ (SpreadsheetCell)

等しいかどうかを決定するために 2 つの SpreadsheetCell インスタンスを比較します。
シンタックス
'宣言
 
Public Operator =( _
   ByVal d1 As SpreadsheetCell, _
   ByVal d2 As SpreadsheetCell _
) As Boolean
public bool operator ==( 
   SpreadsheetCell d1,
   SpreadsheetCell d2
)

パラメータ

d1
第 1 の SheetCell インスタンス。
d2
第 2 の SheetCell インスタンス。

戻り値の型

オブジェクトに同じ RowColumn がある場合は True。そうでない場合は False。
参照