Returns whether two rectangles intersect.
Original signature is 'bool CGRectIntersectsRect ( CGRect rect1, CGRect rect2 );'
Available in Mac OS X v10.0 and later.


true if the two specified rectangles intersect; otherwise, false. The first rectangle intersects the second if the intersection of the rectangles is not equal to the null rectangle.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)