Click or drag to resize

FolderInfoInequality Operator

Determines whether two FolderInfo objects are not 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 not equal; otherwise, .
See Also