Click or drag to resize
ComparisonOperationEnum Enumeration
Represents the types of comparison operations.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public enum ComparisonOperationEnum
Members
  Member nameValueDescription
Equal0 Indicates that the comparison operation succeeds of the items are equal.
LessThan1 Indicates that the comparison operation succeeds if the first item is less than the second item.
LessThanOrEqual2 Indicates that the comparison operation succeeds if the first item is less than or equal to the second item.
GreatherThan3 Indicates that the comparison operation succeeds if the first item is greater than the second item.
GreatherThanOrEqual4 Indicates that the comparison operation succeeds if the first item is greater than or equal to the second item.
See Also