Contact.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 contact is equal to the current contact.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- obj
- Type: System.Object
The contact to compare with the current contact.
Return Value
Type: System.Booleantrue if the specified contact is equal to the current contact; otherwise, false.
Show: