MapiEntryId.CompareTo Method

Namespace:  Microsoft.Exchange.Data.Mapi
Assembly:  Microsoft.Exchange.Data.Mapi (in Microsoft.Exchange.Data.Mapi.dll)

Syntax

'Declaration
Public Function CompareTo ( _
    other As MapiEntryId _
) As Integer
'Usage
Dim instance As MapiEntryId
Dim other As MapiEntryId
Dim returnValue As Integer

returnValue = instance.CompareTo(other)
public int CompareTo(
    MapiEntryId other
)

Return Value

Type: System.Int32

Implements

IComparable<T>.CompareTo(T)