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