| FlagEquality Operator |
Determines whether two
Flag objects are equal.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public static bool operator ==(
Flag left,
Flag right
)
Public Shared Operator = (
left As Flag,
right As Flag
) As Boolean
public:
static bool operator ==(
Flag^ left,
Flag^ right
)
static let inline (=)
left : Flag *
right : Flag : bool
Parameters
- left
- Type: Limilabs.Client.IMAPFlag
First object to compare. - right
- Type: Limilabs.Client.IMAPFlag
Second object to compare.
Return Value
Type:
Boolean if the specified objects are equal; otherwise,
.
See Also