PowerTools PlusPak for Windows Forms 8.0J
等価判定演算子 オペレータ (CellPosition)

比較する CellPosition
比較する CellPosition
2 つの CellPosition オブジェクトを比較します。結果は、2 つの CellPosition オブジェクトの Row プロパティおよび Column プロパティの値が等しいかどうかを示します。
構文
Public Operator =( _
   ByVal left As CellPosition, _
   ByVal right As CellPosition _
) As Boolean
public bool operator ==( 
   CellPosition left,
   CellPosition right
)

パラメータ

left
比較する CellPosition
right
比較する CellPosition

戻り値の型

left と right が等しい場合は true。それ以外の場合は false
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

CellPosition 構造体
CellPosition メンバ

Send Feedback