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