EXLangPredicateOperator Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class EXLangPredicateOperator
public enum EXLangPredicateOperator
type EXLangPredicateOperator =
Public Enum EXLangPredicateOperator
- Inheritance
-
EXLangPredicateOperator
Fields
Name | Value | Description |
---|---|---|
eOpNone | 0 | |
eOpExists | 1 | |
eOpEqual | 2 | |
eOpNotEqual | 3 | |
eOpLessThan | 4 | |
eOpGreaterThan | 5 | |
eOpLessThanOrEqual | 6 | |
eOpGreaterThanOrEqual | 7 |