True if and only if two fields are logically equivalent.
Equivalence is defined as:
Both fields must have the same dentity as returned by the identity methods.
Both fields’ data arrays being the same after accounting for different but equivalent:
- units
- size one dimensions (if squeeze is True),
- dimension directions (if use_directions is True)
- dimension orders (if transpose is set to a dictionary).
Both fields’ domains must have the same dimensionality and where a dimension in one field has an identity inferred a 1-d coordinate, the other field has a matching dimension whose identity inferred is inferred from a 1-d coordinate with an equivalent data array.
Parameters : |
|
---|---|
Returns : |
|