Click or drag to resize

FolderInfoCompareTo Method

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes (<0), follows (>0), or occurs in the same position (=0) in the sort order as the other object.

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

Parameters

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

Return Value

Type: Int32
A value that indicates the relative order of the objects being compared.

Implements

IComparableTCompareTo(T)
See Also