Compartir a través de


ExYearlyRecurringTime.CompareTo Method (Object)

Namespace:  Microsoft.Exchange.ExchangeSystem
Assembly:  Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)

Syntax

'Declaration
Public Function CompareTo ( _
    value As Object _
) As Integer
'Usage
Dim instance As ExYearlyRecurringTime
Dim value As Object
Dim returnValue As Integer

returnValue = instance.CompareTo(value)
public int CompareTo(
    Object value
)

Parameters

Return Value

Type: System.Int32

Implements

IComparable.CompareTo(Object)