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 ( _
otherRange As ExDateRange _
) As Boolean
'Usage
Dim instance As ExDateRange
Dim otherRange As ExDateRange
Dim returnValue As Boolean
returnValue = instance.Equals(otherRange)
public bool Equals(
ExDateRange otherRange
)
Parameters
- otherRange
Type: Microsoft.Exchange.ExchangeSystem.ExDateRange
Return value
Type: System.Boolean