DoubleComparisonField
DoubleComparisonField class
Inherits: Aspose::Email::Tools::Search::ComparisonField
Represents the double search field.
Constructors
| Name | Description |
|---|---|
| DoubleComparisonField | Initializes a new instance of the DoubleComparisonField class. |
Methods
| Name | Description |
|---|---|
| Equals | Indicates that field must be equal to the specified value. |
| Greater | Indicates that field must be greater than the specified value. |
| GreaterOrEqual | Indicates that field must be greater or equal to the specified value. |
| Less | Indicates that field must be less than the specified value. |
| LessOrEqual | Indicates that field must be less or equal to the specified value. |
| NotEquals | Indicates that field must not be equal to the specified value. |