Click or drag to resize

FolderInfoEquality Operator

Determines whether two FolderInfo objects are equal.

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

Parameters

left
Type: Limilabs.Client.IMAPFolderInfo
First object to compare.
right
Type: Limilabs.Client.IMAPFolderInfo
Second object to compare.

Return Value

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