Gets or sets the comparison operation to perform.
One of the ValidationCompareOperator values. The default value is Equal.
| Operation | Description |
|---|---|
| Equal | A comparison for equality between the values of the date control being validated and another date control, or a constant value. |
| NotEqual | A comparison for inequality between the the values of the date control being validated and another date control, or a constant value. |
| GreaterThan | A comparison for greater than between the the values of the date control being validated and date another control, or a constant value. |
| GreaterThanEqual | A comparison for greater than or equal to between the values of the date control being validated and date another control, or a constant value. |
| LessThan | A comparison for less than between the values of the date control being validated and another date control, or a constant value. |
| LessThanEqual | A comparison for less than or equal to between the values of the date control being validated and another date control, or a constant value. |
CompareValidator Class | BasicFrame.WebControls Namespace