'宣言 Public Operator =( _ ByVal obj As DataGridCellsRange, _ ByVal obj2 As DataGridCellsRange _ ) As System.Boolean
public System.bool operator ==( DataGridCellsRange obj, DataGridCellsRange obj2 )
パラメータ
- obj
- obj です。
- obj2
- obj2 です。
戻り値の型
演算子の結果。
'宣言 Public Operator =( _ ByVal obj As DataGridCellsRange, _ ByVal obj2 As DataGridCellsRange _ ) As System.Boolean
public System.bool operator ==( DataGridCellsRange obj, DataGridCellsRange obj2 )