Contents

ABSearchElementMatchesRecord(_:_:)

Tests whether or not a record matches a search element.

Declaration

func ABSearchElementMatchesRecord(_ searchElement: ABSearchElementRef!, _ record: ABRecordRef!) -> Bool

Parameters

  • searchElement:

    The search element containing the query you wish to test record with.

  • record:

    The record you wish to test.

Return Value

Returns true ifthe record parameter satisfies theconditions in the searchElement, false otherwise.

See Also

Search Elements