Enum UtilityAttributeComparisonOperator
An enumeration of the various comparisons to perform between a UtilityNetworkAttribute and a second UtilityNetworkAttribute or a specific value.
Namespace: Esri.ArcGISRuntime.UtilityNetworks
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum UtilityAttributeComparisonOperator
  Fields
| Name | Description | 
|---|---|
| DoesNotIncludeAny | Tests whether an attribute does not include any of the values specified in another attribute or the particular values in the condition.  | 
      
| DoesNotIncludeTheValues | Tests whether an attribute does not include all of the values specified in another attribute or the particular values in the condition.  | 
      
| Equal | Tests whether an attribute is equal to another attribute or a specific value.  | 
      
| GreaterThan | Tests whether an attribute is greater than another attribute or a specific value.  | 
      
| GreaterThanEqual | Tests whether an attribute is greater than or equal to another attribute or a specific value.  | 
      
| IncludesAny | Tests whether an attribute includes any of the values specified in another attribute or the particular values contained in the condition.  | 
      
| IncludesTheValues | Tests whether an attribute includes all the values specified in another attribute or the particular values contained in the condition.  | 
      
| LessThan | Tests whether an attribute is less than another attribute or a specific value.  | 
      
| LessThanEqual | Tests whether an attribute is less than or equal to another attribute or a specific value.  | 
      
| NotEqual | Tests whether an attribute is not equal to another attribute or a specific value.  | 
      
See Also
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.7 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.7 - 200.8 | 
| Xamarin.Android | 100.7 - 100.15 | 
| Xamarin.iOS | 100.7 - 100.15 | 
| UWP | 100.7 - 200.8 |