 | ComparisonOperationEnum Enumeration |
Represents the types of comparison operations.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic enum ComparisonOperationEnum
Public Enumeration ComparisonOperationEnum
public enum class ComparisonOperationEnum
type ComparisonOperationEnum
Members
| Member name | Value | Description |
---|
| Equal | 0 |
Indicates that the comparison operation succeeds of the items are equal.
|
| LessThan | 1 |
Indicates that the comparison operation succeeds if the first item is less than the second item.
|
| LessThanOrEqual | 2 |
Indicates that the comparison operation succeeds if the first item is less than or equal to the second item.
|
| GreatherThan | 3 |
Indicates that the comparison operation succeeds if the first item is greater than the second item.
|
| GreatherThanOrEqual | 4 |
Indicates that the comparison operation succeeds if the first item is greater than or equal to the second item.
|
See Also