| 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
)
Public Function CompareTo (
other As FolderInfo
) As Integer
public:
virtual int CompareTo(
FolderInfo^ other
) sealed
abstract CompareTo :
other : FolderInfo -> int
override CompareTo :
other : FolderInfo -> int
Parameters
- other
- Type: Limilabs.Client.IMAPFolderInfo
An object to compare with this instance.
Return Value
Type:
Int32A value that indicates the relative order of the objects being compared.
Implements
IComparableTCompareTo(T)See Also