RangeTIntersectsWith Method |
Returns true if range intersects with another one.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax public bool IntersectsWith(
Range<T> range
)
Parameters
- range
- Type: CMS.OnlineMarketingRangeT
Second range to check for intersection
Return Value
Type:
BooleanTrue if the two ranges intersects, false otherwise
See Also