GeoSeries.
intersects
Returns a Series of dtype('bool') with value True for each geometry that intersects other.
Series
dtype('bool')
True
An object is said to intersect other if its boundary and interior intersects in any way with those of the other.
The GeoSeries (elementwise) or geometric object to test if is intersected.