-[NSDictionary allKeysForObject:] returns an NSArray of all the keys whose objects match the passed object, where “match” is determined by isEqual:.
-[NSDictionary allKeysForObject:] returns an NSArray of all the keys whose objects match the passed object, where “match” is determined by isEqual:.