ArcGIS Runtime SDK for iOS: AGSUtilityAttributeComparisonOperator.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSUtilityAttributeComparisonOperator.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSUtilityAttributeComparisonOperator {
  AGSUtilityAttributeComparisonOperatorEqual = 0 , AGSUtilityAttributeComparisonOperatorNotEqual = 1 , AGSUtilityAttributeComparisonOperatorGreaterThan = 2 , AGSUtilityAttributeComparisonOperatorGreaterThanEqual = 3 ,
  AGSUtilityAttributeComparisonOperatorLessThan = 4 , AGSUtilityAttributeComparisonOperatorLessThanEqual = 5 , AGSUtilityAttributeComparisonOperatorIncludesTheValues = 6 , AGSUtilityAttributeComparisonOperatorDoesNotIncludeTheValues = 7 ,
  AGSUtilityAttributeComparisonOperatorIncludesAny = 8 , AGSUtilityAttributeComparisonOperatorDoesNotIncludeAny = 9
}
 

Enumeration Type Documentation

◆ AGSUtilityAttributeComparisonOperator

An enumeration of the various comparisons to perform between an AGSUtilityNetworkAttribute and a second AGSUtilityNetworkAttribute or a specific value.

See also
AGSUtilityNetworkAttributeComparison
Since
100.7
Enumerator
AGSUtilityAttributeComparisonOperatorEqual 

Tests whether an attribute is equal to another attribute or a specific value.

AGSUtilityAttributeComparisonOperatorNotEqual 

Tests whether an attribute is not equal to another attribute or a specific value.

AGSUtilityAttributeComparisonOperatorGreaterThan 

Tests whether an attribute is greater than another attribute or a specific value.

AGSUtilityAttributeComparisonOperatorGreaterThanEqual 

Tests whether an attribute is greater than or equal to another attribute or a specific value.

AGSUtilityAttributeComparisonOperatorLessThan 

Tests whether an attribute is less than another attribute or a specific value.

AGSUtilityAttributeComparisonOperatorLessThanEqual 

Tests whether an attribute is less than or equal to another attribute or a specific value.

AGSUtilityAttributeComparisonOperatorIncludesTheValues 

Tests whether an attribute includes all the values specified in another attribute or the particular values contained in the condition.

AGSUtilityAttributeComparisonOperatorDoesNotIncludeTheValues 

Tests whether an attribute does not include all of the values specified in another attribute or the particular values in the condition.

AGSUtilityAttributeComparisonOperatorIncludesAny 

Tests whether an attribute includes any of the values specified in another attribute or the particular values contained in the condition.

AGSUtilityAttributeComparisonOperatorDoesNotIncludeAny 

Tests whether an attribute does not include any of the values specified in another attribute or the particular values in the condition.