Tests whether or not a record matches a search element.
Original signature is '- (BOOL)matchesRecord:(ABRecord *)record'
Available in Mac OS X v10.2 and later.


- record (ABRecord)
- The record to be tested against the search object.

YES if the record argument satisfies the conditions in the search element; otherwise, NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)