ImapMessageInfoComparer.Compare Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9147)
Compare(Object, Object)
IComparer interface implementation. Compares two instances of ImapMessageInfo.
Declaration
public int Compare(object x, object y)
Parameters
Returns
Type | Description |
---|---|
Int32 | Value greater than zero when x is greater then y, zero when they are equal a or less than zero when x is lesser than y. |