Method Contains
Contains(IRange)
Indicates whether the range container contains a specific IRange entry.
public virtual bool Contains(IRange range)
Parameters
rangeIRangeThe
IRangeto locate in the range list.
Returns
- bool
True if
IRangeentry is found; otherwise false.