API Reference
Enum
CxComparator
How to compare current vs desired values to determine compliance.
Inheritance
- Enum
- CxComparator
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const CxComparator GeIsStricter #Greater-or-equal is considered more strict (e.g., minimum length).
Value:
1public const CxComparator LeIsStricter #Less-or-equal is considered more strict (e.g., maximum age).
Value:
2public const CxComparator AnyOf #Current scalar must match any of the desired allowed values.
Value:
5