obspy.realtime.rttrace.RtTrace.__ne__

RtTrace.__ne__(other)

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

Calls __eq__() and returns the opposite.