matchesRecord(_:)
Tests whether or not a record matches a search element.
Declaration
func matchesRecord(_ record: ABRecord!) -> BoolParameters
- record:
The record to be tested against the search object.
Return Value
true if the record argument satisfies the conditions in the search element; otherwise, false.
Discussion
If record is nil, this method raises an exception.