obspy.core.event.Event.__eq__

Event.__eq__(other)[source]

Implements rich comparison of Event objects for “==” operator.

Events are the same, if the have the same id.

This Page