obspy.core.trace.Trace.__ne__

Trace.__ne__(other)[source]

Implements rich comparison of Trace objects for ”!=” operator.

Calls __eq__() and returns the opposite.