ExDateTime.Equality operator
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Shared Operator = ( _
d1 As ExDateTime, _
d2 As ExDateTime _
) As Boolean
'Usage
Dim d1 As ExDateTime
Dim d2 As ExDateTime
Dim returnValue As Boolean
returnValue = (d1 = d2)
public static bool operator ==(
ExDateTime d1,
ExDateTime d2
)
Parameters
Return value
Type: System.Boolean