|
RangeTContains(RangeT, ComparisonT) Method
|
Determines whether the range contains the given range.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
Syntaxfunction Contains(range, comparison);
View SourceParameters
- range RangeT
- The range to be compared with.
- comparison ComparisonT
- The comparison used to compare objects of type T.
Return Value
BooleanTrue if the given range exists within this range; false otherwise.
See Also