IntComparisonField
IntComparisonField class
Inherits: Aspose::Email::Tools::Search::ComparisonField
Represents the integer search field.
Constructors
| Name | Description |
|---|---|
| IntComparisonField | Initializes a new instance of the IntComparisonField 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. |