Constructs a new access policy condition that compares two numbers.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public static Condition NewCondition( ConditionFactory..::..NumericComparisonType type, string key, string value )
 Parameters
 Parameters- type (ConditionFactory..::..NumericComparisonType)
- The type of comparison to perform.
- key (String)
- The access policy condition key specifying where to get the first number for the comparison.
- value (String)
- The second number to compare against.