ArcGIS Pro 2.6 API Reference Guide
Operator Enumeration

ArcGIS.Core.Data.UtilityNetwork.Trace Namespace : Operator Enumeration
The operators that can be used in NetworkAttributeComparison comparisons.
Syntax
Members
MemberDescription
DoesNotIncludeAnyReturns True if performing a bitwise boolean or on the operands returns a zero value.
DoesNotIncludeTheValuesReturns True if performing a bitwise boolean and on the operands returns a zero value.
Equal Returns True if the operands are equal.
GreaterThan Returns True if the first operand is greater than the second operand.
GreaterThanEqual Returns True if the first operand is greater than or equal to the second operand.
IncludesAnyReturns True if performing a bitwise boolean or on the operands returns a non-zero value.
IncludesTheValuesReturns True if performing a bitwise boolean and on the operands returns a non-zero value.
LessThan Returns True if the first operand is less than the second operand.
LessThanEqual Returns True if the second operand is less than or equal to the second operand.
NotEqual Returns True if the operands are not equal.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.UtilityNetwork.Trace.Operator

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Data.UtilityNetwork.Trace Namespace