def __eq__(self, other_contact):
        return self.name == other_contact.name and self.email == other_contact.email and \
            self.phone == other_contact.phone