Appointment.Equals Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the specified appointment is equal to the current appointment.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- obj
- Type: System.Object
The appointment to compare with the current appointment.
Return Value
Type: System.Booleantrue if the specified appointment is equal to the current appointment; otherwise, false.
Show: