public NetworkAttributeComparison( NetworkAttribute networkAttribute, Operator comparisonOperator, object value )
Public Function New( _ ByVal networkAttribute As NetworkAttribute, _ ByVal comparisonOperator As Operator, _ ByVal value As Object _ )
Parameters
- networkAttribute
- The NetworkAttribute to use in the comparison.
- comparisonOperator
- The Operator to use (equals, less than, etc.).
- value
- The specific value that the NetworkAttribute should be compared against.