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.