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.
NumericalComparisonOperator Enumeration
Enumerates the numeric comparison operators that are available.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Member name | Description | |
|---|---|---|
| Equality | Compares by using equal to (==). | |
| GreaterThan | Compares by using greater than (>). | |
| GreaterThanOrEqual | Compares by using greater than or equal to (>=). | |
| Inequality | Compares by using inequality (!=). | |
| LessThan | Compares by using less than (<). | |
| LessThanOrEqual | Compares by using less than or equal to (<=). |
Show: