RHAddressBook
RHAddressBook copied to clipboard
add isEqual() and hash() to RHPerson so it can be used properly in NSSet
adding those methods will allow to add the addressbook.people NSArray as NSSets so they can be compared/intersected/minus'd etc. Useful.