I'm looking for a way to test if to index paths are equal, and by equal I mean equal on every level? I tried compare: but it seems not to work, I always get true when compared with NSOrderedSame even if the indexes are definitely not the same.
| |||
|
feedback
|
|
Almost all Objective-C objects can be compared using the In the case of You can read more in the NSObject Protocol Reference. | |||
|
feedback
|
[itemCategoryIndexPath compare:indexPath]==NSOrderedSamepretty straight forward, was I missing smth? – Valentin Radu Jun 16 '11 at 22:03