DoubleComparisonFieldNotEquals Method |
Indicates that field must not be
equal to the specified value.
Namespace:
Aspose.Email.Tools.Search
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public MailQuery NotEquals(
double value
)
Public Function NotEquals (
value As Double
) As MailQuery
public:
MailQuery^ NotEquals(
double value
)
member NotEquals :
value : float -> MailQuery
Parameters
- value
- Type: SystemDouble
The value.
Return Value
Type:
MailQueryMailQuery that represents search query (one searching criterion).
See Also