Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function CompareTo ( _
    value As LongPath _
) As Integer
'Usage
Dim instance As LongPath
Dim value As LongPath
Dim returnValue As Integer
returnValue = instance.CompareTo(value)
public int CompareTo(
    LongPath value
)
Parameters
- value
Type: Microsoft.Exchange.Data.LongPath 
Return value
Type: System.Int32