cf.DomainAxis.equals

DomainAxis.equals(other, rtol=None, atol=None, ignore_fill_value=False, traceback=False, ignore=(), _set=False)[source]

Return True if two domain axis objects are equal.

Parameters:
other
: object

The object to compare for equality.

traceback
: bool, optional

If True then print a traceback highlighting where the two domain axes differ.

atol
: optional

Ignored.

rtol
: optional

Ignored.

ignore
: optional

Ignored.

ignore_fill_value
: optional

Ignored.

Returns:
out
: bool

Whether or not the two domain axes are equal.