GeoSeries.
geom_equals
Returns a Series of dtype('bool') with value True for each geometry equal to other.
Series
dtype('bool')
True
An object is said to be equal to other if its set-theoretic boundary, interior, and exterior coincides with those of the other.
The GeoSeries (elementwise) or geometric object to test for equality.