Guest User

Untitled

a guest
Nov 12th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. self.id is None or other.id is None or self.id == other.id) and self.lastname == other.lastname and self.firstname == other.firstname and\
  2. self.middlename == other.middlename and self.address == other.address and self.nickname == other.nickname and self.title == other.title and\
  3. self.company == other.company and self.photo == other.photo and\
  4. self.home == other.home and self.mobile == other.mobile and self.work == other.work and self.fax == other.fax and self.email == other.email and\
  5. self.email2 == other.email2 and self.email3 == other.email3 and self.homepage == other.homepage and self.bday == other.bday and\
  6. self.bmonth == other.bmonth and self.byear == other.byear and self.aday == other.aday and\
  7. self.amonth == other.amonth and self.ayear == other.ayear and self.address2 == other.address2 and self.phone2 == other.phone2 and \
  8. self.notes == other.notes
Add Comment
Please, Sign In to add comment