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