'宣言 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 です。
戻り値の型
演算子の結果。
'宣言 Public Operator <>( _ ByVal obj As DataGridCell, _ ByVal obj2 As DataGridCell _ ) As System.Boolean
public System.bool operator !=( DataGridCell obj, DataGridCell obj2 )