public bool IntersectsWith(
RectangleN<TNumeric> other
)Public Function IntersectsWith (
other As RectangleN(Of TNumeric)
) As Booleanpublic:
bool IntersectsWith(
RectangleN<TNumeric> other
)member IntersectsWith :
other : RectangleN<'TNumeric> -> bool