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