BinaryComparisonField Class

Represents the binary search field.
Inheritance Hierarchy

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

The BinaryComparisonField type exposes the following members.

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