DoubleComparisonField

DoubleComparisonField class

Inherits: Aspose::Email::Tools::Search::ComparisonField

Represents the double search field.

Constructors

NameDescription
DoubleComparisonFieldInitializes a new instance of the DoubleComparisonField class.

Methods

NameDescription
EqualsIndicates that field must be equal to the specified value.
GreaterIndicates that field must be greater than the specified value.
GreaterOrEqualIndicates that field must be greater or equal to the specified value.
LessIndicates that field must be less than the specified value.
LessOrEqualIndicates that field must be less or equal to the specified value.
NotEqualsIndicates that field must not be equal to the specified value.