def __eq__(self, other_monitor):
        return (self.addresses == other_monitor.addresses) and (self.checks == other_monitor.checks) and \
            (self.contacts == other_monitor.contacts)