NSMutableArray contains values if ([arr indexOfObject:myAccount] == NSNotFound) { // Object not found. } else { // Object found. } Tweet