IComparer interface implementation. Compares two instances of ImapMessageInfo.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
Public Function Compare ( _ x As Object, _ y As Object _ ) As Integer |
C# |
---|
public int Compare( Object x, Object y ) |
Parameters
- x
- Type: System..::..Object
First object to compare.
- y
- Type: System..::..Object
Second object to compare.