ABSearchElementMatchesRecord(_:_:)
Tests whether or not a record matches a search element.
Declaration
func ABSearchElementMatchesRecord(_ searchElement: ABSearchElementRef!, _ record: ABRecordRef!) -> BoolParameters
- searchElement:
The search element containing the query you wish to test
recordwith. - record:
The record you wish to test.
Return Value
Returns true ifthe record parameter satisfies theconditions in the searchElement, false otherwise.