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
)

Parameters

value
Type: SystemDouble
The value.

Return Value

Type: MailQuery
MailQuery that represents search query (one searching criterion).
See Also