MonobjcMonobjc Documented Class Library
MatchesRecord Method (record)
NamespacesMonobjc.AddressBookABSearchElementMatchesRecord(ABRecord)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool MatchesRecord(
	ABRecord record
)
Public Overridable Function MatchesRecord ( _
	record As ABRecord _
) As Boolean
public:
virtual bool MatchesRecord(
	ABRecord^ record
)
Parameters
record (ABRecord)
The record to be tested against the search object.
Return Value
YES if the record argument satisfies the conditions in the search element; otherwise, NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AddressBook (Module: Monobjc.AddressBook)