'Declaration Public Enum CompareValueOperator Inherits System.Enum
'Usage Dim instance As CompareValueOperator
public enum CompareValueOperator : System.Enum
'Declaration Public Enum CompareValueOperator Inherits System.Enum
'Usage Dim instance As CompareValueOperator
public enum CompareValueOperator : System.Enum
Member | Description |
---|---|
Equal | Values are equal. |
GreaterThan | Value is greater than another value. |
GreaterThanOrEqual | Value is greater than or equal to another value. |
LessThan | Value is less than another value. |
LessThanOrEqual | Value is less than or equal to another value. |
NotEqual | Values are different. |
System.Object
System.ValueType
System.Enum
Xceed.Validation.CompareValueOperator
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2