Partilhar via


ExDateTime.Equals Method (ExDateTime)

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

Syntax

'Declaration
Public Function Equals ( _
    other As ExDateTime _
) As Boolean
'Usage
Dim instance As ExDateTime
Dim other As ExDateTime
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    ExDateTime other
)

Return Value

Type: System.Boolean

Implements

IEquatable<T>.Equals(T)