Click or drag to resize

RangeTContainsRange Method

Determines if another range is inside the bounds of this range.

Namespace:  Rubedos.RosToolsApplicationBase
Assembly:  Rubedos.RosToolsApplicationBase (in Rubedos.RosToolsApplicationBase.dll) Version: 1.0.0.2330 (1.0.00000.2330)
Syntax
C#
public bool ContainsRange(
	Range<T> range
)

Parameters

range
Type: Rubedos.RosToolsApplicationBaseRangeT
The child range to test

Return Value

Type: Boolean
True if range is inside, else false
See Also