'Declaration
Public Operator =( _ ByVal obj As DataGridCell, _ ByVal obj2 As DataGridCell _ ) As System.Boolean
public System.bool operator ==( DataGridCell obj, DataGridCell obj2 )
Parameters
- obj
- The obj.
- obj2
- The obj2.
Return Value
The result of the operator.