Method Contains
Contains(IRange)
When implemented by a class, indicates whether the range container contains a specific IRange
entry.
bool Contains(IRange range)
Parameters
range
IRangeThe
IRange
to locate in the range list.
Returns
- bool
True if
IRange
entry is found; otherwise false.