Click or drag to resize

FlagEquality Operator

Determines whether two Flag objects are equal.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public static bool operator ==(
	Flag left,
	Flag right
)

Parameters

left  Flag
First object to compare.
right  Flag
Second object to compare.

Return Value

Boolean
if the specified objects are equal; otherwise, .
See Also