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