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