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

Parameters

other  FolderInfo
An object to compare with this instance.

Return Value

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

Implements

IComparableTCompareTo(T)
See Also