![]() |
This document is archived and information here might be outdated. Recommended version. |
Operators for testing the contents of a metadata element.
| Constant | Value | Description |
|---|---|---|
| esriFindFieldOperatorIncludes | 0 | Element includes the given text. |
| esriFindFieldOperatorEquals | 1 | Element equals the given text. |
| esriFindFieldOperatorExists | 2 | Element exists in the metadata document. |
| esriFindFieldOperatorEqualTo | 3 | Element is equal to the given value. |
| esriFindFieldOperatorGreaterThan | 4 | Element is greater than the given value. |
| esriFindFieldOperatorGreaterThanOrEqualTo | 5 | Element is greater than or equal to the given value. |
| esriFindFieldOperatorLessThan | 6 | Element is less than the given value. |
| esriFindFieldOperatorLessThanOrEqualTo | 7 | Element is less than or equal to the given value. |
| esriFindFieldOperatorNotEqualTo | 8 | Element is not equal to the given value. |