BoolComparisonField Class

Represents the boolean search field.
Inheritance Hierarchy

Namespace:  Aspose.Email.Tools.Search
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class BoolComparisonField : ComparisonField

The BoolComparisonField type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object) (Inherited from Object.)
Public methodEquals(Boolean)
Indicates that field must be equal to the specified value.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodNotEquals
Indicates that field must not be equal to the specified value.
Public methodToString (Inherited from Object.)
See Also