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