GrapeCity SPREAD for WPF 2.0J
等しくないか判定する演算子 オペレータ (CellRange)

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

パラメータ

x
不等価演算子の左辺の BorderLine
y
不等価演算子の右辺の BorderLine

戻り値の型

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

CellRange クラス
CellRange メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.