ImapMessageInfoComparer.Compare Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9448)
Compare(Object, Object)
IComparer interface implementation. Compares two instances of ImapMessageInfo.
Declaration
public int Compare(object x, object y)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | x | First object to compare. |
| Object | y | Second object to compare. |
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. |