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
- value
Type: Microsoft.Exchange.Data.LongPath
Return Value
Type: System.Int32
Implements
See Also