ComponentOne DataGrid for WPF and Silverlight
Equality Operator (DataGridCellsRange)

C1.Silverlight.DataGrid Namespace > DataGridCellsRange Class : Equality Operator
The obj.
The obj2.
Implements the operator ==.
Syntax
'Declaration
 
Public Operator =( _
   ByVal obj As DataGridCellsRange, _
   ByVal obj2 As DataGridCellsRange _
) As System.Boolean
public System.bool operator ==( 
   DataGridCellsRange obj,
   DataGridCellsRange obj2
)

Parameters

obj
The obj.
obj2
The obj2.

Return Value

The result of the operator.
See Also

Reference

DataGridCellsRange Class
DataGridCellsRange Members