LongComparisonField

LongComparisonField class

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

Represents the Int64 search field.

Constructors

NameDescription
LongComparisonFieldInitializes a new instance of the LongComparisonField 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.