LongComparisonField.NotEquals

LongComparisonField.NotEquals method

Indicates that field must not be equal to the specified value.

public MailQuery NotEquals(long value)
ParameterTypeDescription
valueInt64The value.

Return Value

MailQuery that represents search query (one searching criterion).

See Also