'DeclarationPublic Overloads Function Contains( _ ByVal row As DataGridRow, _ ByVal isEqualToARange As Boolean _ ) As Boolean
public bool Contains( DataGridRow row, bool isEqualToARange )
Parameters
- row
 - The row.
 - isEqualToARange
 - if set to 
truereturn 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.