cf.FieldList.__eq__

FieldList.__eq__(other)[source]

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.

Note that f==x is equivalent to f.equals(x).

Returns

bool