Show / Hide Table of Contents

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
UtilityNetworkAttributeComparison

Applies to

TargetVersions
.NET Standard 2.0100.7 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.7 - 200.8
Xamarin.Android100.7 - 100.15
Xamarin.iOS100.7 - 100.15
UWP100.7 - 200.8
In This Article
Back to top Copyright © 2022 Esri.