Enum ComparisonType
The type of comparison used in the DoubleComparisonToBooleanConverter
Namespace: Sartorius.SAF.Presentation.Converter
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public enum ComparisonType
Fields
| Name | Description |
|---|---|
| Equal | Value is equal to the parameter |
| GreaterThan | value is greater than parameter |
| GreaterThanOrEqual | value is greater than or equal to the parameter |
| SmallerThan | value is smaller than parameter |
| SmallerThanOrEqual | value is smaller than or equal to the parameter |