ADM_COMPARISONOPERATOR_ENUM
The ADM_COMPARISONOPERATOR_ENUM enumeration specifies comparison operators.
Syntax
enum ADM_COMPARISONOPERATOR_ENUM
{
ADM_COMPARISONOPERATOR_EQUAL = 0, //0x0
ADM_COMPARISONOPERATOR_NOTEQUAL = 1, //0x1
ADM_COMPARISONOPERATOR_STARTWITH = 2, //0x2
ADM_COMPARISONOPERATOR_NOTSTARTWITH = 3, //0x3
ADM_COMPARISONOPERATOR_ENDWITH = 4, //0x4
ADM_COMPARISONOPERATOR_NOTENDWITH = 5, //0x5
ADM_COMPARISONOPERATOR_EMPTY = 6, //0x6
ADM_COMPARISONOPERATOR_NOTEMPTY = 7, //0x7
ADM_COMPARISONOPERATOR_CONTAIN = 8, //0x8
ADM_COMPARISONOPERATOR_NOTCONTAIN = 9, //0x9
ADM_COMPARISONOPERATOR_MATCHREGEXP = 10, //0xA
ADM_COMPARISONOPERATOR_NOTMATCHREGEXP = 11, //0xB
ADM_COMPARISONOPERATOR_LESSOREQUAL = 12, //0xC
ADM_COMPARISONOPERATOR_GREATEROREQUAL = 13, //0xD
}
Constants
-
Flag
-
Description
-
ADM_COMPARISONOPERATOR_EQUAL
-
Values must be equal.
-
ADM_COMPARISONOPERATOR_NOTEQUAL
-
Values must not be equal.
-
ADM_COMPARISONOPERATOR_STARTWITH
-
A value must start with the text specified.
-
ADM_COMPARISONOPERATOR_NOTSTARTWITH
-
A value must not start with the text specified.
-
ADM_COMPARISONOPERATOR_ENDWITH
-
A value must end with the text specified.
-
ADM_COMPARISONOPERATOR_NOTENDWITH
-
A value must not end with the text specified.
-
ADM_COMPARISONOPERATOR_EMPTY
-
A value must be empty.
-
ADM_COMPARISONOPERATOR_NOTEMPTY
-
A value must not be empty.
-
ADM_COMPARISONOPERATOR_CONTAIN
-
A value must contain the text specified.
-
ADM_COMPARISONOPERATOR_NOTCONTAIN
-
A value must not contain the text specified.
-
ADM_COMPARISONOPERATOR_MATCHREGEXP
-
A value must match the specified regular expression.
-
ADM_COMPARISONOPERATOR_NOTMATCHREGEXP
-
A value must not match the specified regular expression.
-
ADM_COMPARISONOPERATOR_LESSOREQUAL
-
A value must be less than or equal to the given value.
-
ADM_COMPARISONOPERATOR_GREATEROREQUAL
-
A value must be greater than or equal to the given value.
Requirements
Minimum required version: 2009.1