'Declaration Public Operator =( _ ByVal range1 As SelectionCellRange, _ ByVal range2 As SelectionCellRange _ ) As Boolean
'Usage
public bool operator ==( SelectionCellRange range1, SelectionCellRange range2 )
Parameters
- range1
- The first %SelectionCellRange:Xceed.Wpf.DataGrid~Xceed.Wpf.DataGrid.SelectionCellRange% to test for equality.
- range2
- The second %SelectionCellRange:Xceed.Wpf.DataGrid~Xceed.Wpf.DataGrid.SelectionCellRange% to test for equality.