'Declaration
Public Overloads Function Contains( _ ByVal row As DataGridRow, _ ByVal isEqualToARange As System.Boolean _ ) As System.Boolean
public System.bool Contains( DataGridRow row, System.bool isEqualToARange )
Parameters
- row
- The row.
- isEqualToARange
- if set to
true
return true only if the specified row is equal to some of the contained ranges.
Return Value
true
if this collection contains the specified range; otherwise, false
.