DataGrid for WPF/Silverlight
等しくないか判定する演算子 オペレータ (DataGridCell)

C1.WPF.DataGrid.4.5.2 アセンブリ > C1.WPF.DataGrid 名前空間 > DataGridCell クラス : 等しくないか判定する演算子 オペレータ
obj です。
obj2 です。
演算子 != を実装します。
シンタックス
'宣言
 
Public Operator <>( _
   ByVal obj As DataGridCell, _
   ByVal obj2 As DataGridCell _
) As System.Boolean
public System.bool operator !=( 
   DataGridCell obj,
   DataGridCell obj2
)

パラメータ

obj
obj です。
obj2
obj2 です。

戻り値の型

演算子の結果。
参照

DataGridCell クラス
DataGridCell メンバ