geopandas.GeoSeries.geom_equals

GeoSeries.geom_equals(self, other)

Returns a Series of dtype('bool') with value True for each geometry equal to other.

An object is said to be equal to other if its set-theoretic boundary, interior, and exterior coincides with those of the other.

Parameters
otherGeoSeries or geometric object

The GeoSeries (elementwise) or geometric object to test for equality.