WeekDayAndTime.Equals Method (WeekDayAndTime)
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Function Equals ( _
t As WeekDayAndTime _
) As Boolean
'Usage
Dim instance As WeekDayAndTime
Dim t As WeekDayAndTime
Dim returnValue As Boolean
returnValue = instance.Equals(t)
public bool Equals(
WeekDayAndTime t
)
Parameters
Return Value
Type: System.Boolean