Compartir a través de


LongPath.CompareTo Method (LongPath)

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.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

Return Value

Type: System.Int32

Implements

IComparable<T>.CompareTo(T)