Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
)
Parameters
- other
Type: Microsoft.Exchange.ExchangeSystem.ExDateTime
Return value
Type: System.Boolean