Click or drag to resize

FolderInfoEquals Method (FolderInfo)

Indicates whether the current object is equal to another object of the same type.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public bool Equals(
	FolderInfo other
)

Parameters

other
Type: Limilabs.Client.IMAPFolderInfo
An object to compare with this object.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.
See Also