[]
Defines the operators which are used to compare strings.
public enum CompareStringValidatorOperator
Public Enum CompareStringValidatorOperator
| Name | Description |
|---|---|
| Contains | Specifies that the first string contains the second string. |
| EndsWith | Specifies that the first string ends with the second string. |
| Equals | Specifies that the two strings are equal. |
| NotEquals | Specifies that the two strings are not equal. |
| StartsWith | Specifies that the first string starts with the second string. |