BoolComparisonField.Equals

BoolComparisonField.Equals method

Indicates that field must be equal to the specified value.

public MailQuery Equals(bool value)
ParameterTypeDescription
valueBooleanThe value.

Return Value

MailQuery that represents search query (one searching criterion).

See Also