cf.FieldList.__eq__

FieldList.__eq__(other)[source]

The rich comparison operator ==

f.__eq__(x) <==> f == x

Each construct in the list is compared with its equals method, rather than the == operator.

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

Returns

bool