The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ForLoopComparisonOperator Enumeration
Enumerates all possible numeric comparison operators for the for loop conditional rule.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Member name | Description | |
|---|---|---|
| GreaterThan | Represents a greater than comparison. | |
| GreaterThanOrEqual | Represents a greater than or equal comparison. | |
| LessThan | Represents a less than comparison. | |
| LessThanOrEqual | Represents a less than or equal comparison. |
Show: