uxarray.Grid.__eq__

Contents

uxarray.Grid.__eq__#

Grid.__eq__(other)#

Two grids are equal if they have matching grid topology variables, coordinates, and dims all of which are equal.

Parameters:

other (uxarray.Grid) – The second grid object to be compared with self

Returns:

If two grids are equal

Return type:

bool