Range T  IntersectsWith Method Kentico 8.1 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.1.5347.20411)

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