An enumeration of the various comparisons to perform between a UtilityNetworkAttribute and a second UtilityNetworkAttribute or a specific value.
UtilityAttributeComparisonOperator can be one of:
Constant | Description |
---|---|
Enums.UtilityAttributeComparisonOperatorEqual | (0) Tests whether an attribute is equal to another attribute or a specific value. |
Enums.UtilityAttributeComparisonOperatorNotEqual | (1) Tests whether an attribute is not equal to another attribute or a specific value. |
Enums.UtilityAttributeComparisonOperatorGreaterThan | (2) Tests whether an attribute is greater than another attribute or a specific value. |
Enums.UtilityAttributeComparisonOperatorGreaterThanEqual | (3) Tests whether an attribute is greater than or equal to another attribute or a specific value. |
Enums.UtilityAttributeComparisonOperatorLessThan | (4) Tests whether an attribute is less than another attribute or a specific value. |
Enums.UtilityAttributeComparisonOperatorLessThanEqual | (5) Tests whether an attribute is less than or equal to another attribute or a specific value. |
Enums.UtilityAttributeComparisonOperatorIncludesTheValues | (6) Tests whether an attribute includes all the values specified in another attribute or the particular values contained in the condition. |
Enums.UtilityAttributeComparisonOperatorDoesNotIncludeTheValues | (7) Tests whether an attribute does not include all of the values specified in another attribute or the particular values in the condition. |
Enums.UtilityAttributeComparisonOperatorIncludesAny | (8) Tests whether an attribute includes any of the values specified in another attribute or the particular values contained in the condition. |
Enums.UtilityAttributeComparisonOperatorDoesNotIncludeAny | (9) Tests whether an attribute does not include any of the values specified in another attribute or the particular values in the condition. |