Share via


ExchangeObjectVersion.IsNewerThan Method

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Function IsNewerThan ( _
    other As ExchangeObjectVersion _
) As Boolean
'Usage
Dim instance As ExchangeObjectVersion
Dim other As ExchangeObjectVersion
Dim returnValue As Boolean

returnValue = instance.IsNewerThan(other)
public bool IsNewerThan(
    ExchangeObjectVersion other
)

Return Value

Type: System.Boolean