What is the difference between these two NSArray methods?
indexOfObjectIdenticalTo checks for the exact same id (same address). indexOfObject checks that isEqual: returns YES.
indexOfObjectIdenticalTo
id
indexOfObject
isEqual:
YES
1.4m articles
1.4m replys
5 comments
57.0k users