Enum ComparisonType
Describes a type comparison.
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public enum ComparisonType : int
Fields
Name | Description |
---|---|
Equal | The value of the source object is equal to the value of the target object. |
GreaterThan | The value of the source object is greater than the value of the target object. |
GreaterThanOrEqual | The value of the source object is greater than or equal to the value of the target object. |
LessThan | The value of the source object is less than the value of the target object. |
LessThanOrEqual | The value of the source object is less than or equal to the value of the target object. |
NotEqual | The value of the source object is not equal the value of the target object. |