GrapeCity SPREAD for WPF 2.0J
等価判定演算子 オペレータ (CellPosition)

左。
右。
指定した2つの CellPosition 構造体が等しいかどうかをテストします。
構文
'Declaration
 
Public Operator =( _
   ByVal left As CellPosition, _
   ByVal right As CellPosition _
) As Boolean
public bool operator ==( 
   CellPosition left,
   CellPosition right
)

パラメータ

left
左。
right
右。

戻り値の型

2つの CellPosition 構造体が等しい場合は true。それ以外の場合は false。
参照

CellPosition 構造体
CellPosition メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.