Range T  IntersectsWith Method Kentico 8.0 API Reference
Returns true if range intersects with another one.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

range
Type: CMS.OnlineMarketing Range T 
Second range to check for intersection

Return Value

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