MetadataConditionOperator EnumType
Types of comparison for two values in a metadata condition expression.
Members
Members define the discrete options for the enumeration type.
Name | Value | Description |
---|---|---|
Equals | 0 | The values are compared for equality. |
NotEquals | 1 | The two values are not equal. |
In | 2 | The value exists in a list of values. |
NotIn | 3 | The given value is not matched to a value in a list. |
GreaterThan | 4 | The value is greater than the compared value. |
LessThan | 5 | The value is less than the compared value. |
Used by
The following use the MetadataConditionOperator EnumType.
Name | How used |
---|---|
MetadataConditionExpression | ConditionOperator Property |