Click or drag to resize

FolderInfoEquals(FolderInfo) Method

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.26106.1555
Syntax
public bool Equals(
	FolderInfo other
)

Parameters

other  FolderInfo
An object to compare with this object.

Return Value

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