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

等価演算子の左辺の CellRange
等価演算子の右辺の CellRange
指定した2つの CellRange が等しいかどうかを判断します。
構文
'Declaration
 
Public Operator =( _
   ByVal x As CellRange, _
   ByVal y As CellRange _
) As Boolean
public bool operator ==( 
   CellRange x,
   CellRange y
)

パラメータ

x
等価演算子の左辺の CellRange
y
等価演算子の右辺の CellRange

戻り値の型

2つの CellRange が等しい場合は true。それ以外の場合は false
参照

CellRange クラス
CellRange メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.