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
548k questions
547k answers
4 comments
86.3k users