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