A CF-compliant earth science data analysis library
FieldList.
__eq__
The rich comparison operator ==
==
f.__eq__(x) <==> f==x
Each field in the field list is compared with the field’s equals method, as opposed to the == operator.
equals
Note that f==x is equivalent to f.equals(x).
f==x
f.equals(x)
bool