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 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.7 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.7 - 100.15 |
| Xamarin.iOS | 100.7 - 100.15 |
| UWP | 100.7 - 100.15 |