FlexGrid for UWP/WinRT
等しくないか判定する演算子 オペレータ (CellRange)

CellRange オブジェクトの非等価演算子。
構文
'宣言
 
Public Operator <>( _
   ByVal r1 As CellRange, _
   ByVal r2 As CellRange _
) As System.Boolean
public System.bool operator !=( 
   CellRange r1,
   CellRange r2
)

パラメータ

r1
r2
Requirements

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

参照

関連項目

CellRange 構造体
CellRange メンバ

Send Feedback