 | 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.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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 FolderInfo
- An object to compare with this instance.
Return Value
Int32A value that indicates the relative order of the objects being compared.
Implements
IComparableTCompareTo(T)
See Also