IntComparisonFieldEquals Method (Int32) |
Indicates that field must be
equal to the specified value.
Namespace:
Aspose.Email.Tools.Search
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic MailQuery Equals(
int value
)
Public Function Equals (
value As Integer
) As MailQuery
public:
MailQuery^ Equals(
int value
)
member Equals :
value : int -> MailQuery
Parameters
- value
- Type: SystemInt32
The value.
Return Value
Type:
MailQueryMailQuery that represents search query (one searching criterion).
See Also