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
)
Parameters
- other
Type: Microsoft.Exchange.Data.Mapi.MapiEntryId
Return Value
Type: System.Int32