Inner Drive Extensible Architecture
C#
Show/Hide TOC
Range
T
Contains Method
Determines if this instance contains another range. There are three overloads.
Overload List
Contains(IRange
T
)
Returns
true
if the given
Range
T
is contained within this range.
Contains(T)
Returns
true
if the given range is contained within this range.
See Also
Reference
Range
T
Structure
InnerDrive.Core Namespace
In This Article
Overload List
See Also