Click or drag to resize
RangeTIntersectsWith Method
Returns true if range intersects with another one.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public bool IntersectsWith(
	Range<T> range
)

Parameters

range
Type: CMS.OnlineMarketingRangeT
Second range to check for intersection

Return Value

Type: Boolean
True if the two ranges intersects, false otherwise
See Also