Click or drag to resize

RangeTRange, TStateOverlaps(RangeTRange, TState, IComparerTRange) Method

Determines whether the range overlaps with the given range.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.269-beta+7d16a3df644e2d77d360597374ef38d287b4275c
Syntax
public bool Overlaps(
	Range<TRange, TState> range,
	IComparer<TRange> comparer
)
View Source

Parameters

range  RangeTRange, TState
The range to be compared with.
comparer  IComparerTRange
The comparer used to compare objects of type TRange.

Return Value

Boolean
True if the ranges overlap; false otherwise.
See Also