Enum ContactsFilter.IntegerMatchType
Definition
- Assembly:
- Tizen.Pims.Contacts.dll
Enumeration for the filter match types of an integer.
C#Copypublic enum ContactsFilter.IntegerMatchType
| Name | Description |
|---|---|
| Equal | = |
| GreaterThan | |
| GreaterThanOrEqual |
|
| LessThan | < |
| LessThanOrEqual | <= |
| None | Is null. |
| NotEqual | <>, this flag can yield poor performance. |