obspy.core.util.types.OrderedDict.__eq__

OrderedDict.__eq__(other)[source]

od.__eq__(y) <==> od==y. Comparison to another OD is order-sensitive while comparison to a regular mapping is order-insensitive.

This Page