RangeTRange, TStateOverlaps(RangeTRange, TState) Method

Determines whether the range overlaps with the given range.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.147 -- Release Build+759c9d29b79c81f10905de8f58b653be932045f0
public bool Overlaps(
	Range<TRange, TState> range
)

Parameters

range  RangeTRange, TState
The range to be compared with.

Return Value

Boolean
True if the ranges overlap; false otherwise.

See Also