ExDateRange.Equals method
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