xarray.DataArray.identical

DataArray.identical(self, other: 'DataArray') → bool

Like equals, but also checks the array name and attributes, and attributes on all coordinates.

See also

DataArray.broadcast_equals(), DataArray.equal()