PowerTools SPREAD for Windows Forms 8.0J
Equals(Cell) メソッド


このオブジェクトと比較するオブジェクト。
現在のFormulaDependentInfos.Cellオブジェクトが別のFormulaDependentInfos.Cellオブジェクトと等しいかどうかを示します。
構文
'Declaration
 
Public Overloads Function Equals( _
   ByVal other As FormulaDependentInfos.Cell _
) As Boolean
'使用法
 
Dim instance As FormulaDependentInfos.Cell
Dim other As FormulaDependentInfos.Cell
Dim value As Boolean
 
value = instance.Equals(other)
public bool Equals( 
   FormulaDependentInfos.Cell other
)

パラメータ

other
このオブジェクトと比較するオブジェクト。

戻り値の型

現在のオブジェクトがotherパラメーターと等しい場合はtrue、それ以外の場合はfalse。
参照

FormulaDependentInfos.Cell 構造体
FormulaDependentInfos.Cell メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.