Enum ContactsFilter.IntegerMatchType

Definition

Namespace:
Tizen.Pims.Contacts
Assembly:
Tizen.Pims.Contacts.dll

Enumeration for the filter match types of an integer.

C#
Copy
public enum ContactsFilter.IntegerMatchType
Name Description
Equal

=

GreaterThan
GreaterThanOrEqual

=

LessThan

<

LessThanOrEqual

<=

None

Is null.

NotEqual

<>, this flag can yield poor performance.