RangeTContains(T) Method
Returns true if the given range is contained within
this range.
Namespace: InnerDrive.CoreAssembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
public bool Contains(
T value
)
- value T
- The range to compare with this range.
Booleantrue if the range is contained within this range.
IRangeTContains(T)