comparying 2 array's with NSPredicate (cocoa)
- by Andy Jacobs
i have an NSObject with 2 property's
@interface Entity : NSObject {
NSNumber *nid;
NSString *title;
}
i have 2 array's with Entity's and I want to compare those two on the nid with a predicate
so i can produce an array with only matching nid's