AddressHeader.Equals Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the information item in a specified object is equal to the object contained in the current address header.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- obj
- Type: System.Object
The Object to compare with the object contained in the current address header.
Return Value
Type: System.Booleantrue if the information item in a specified obj is equivalent to the information item contained in the current address header; otherwise, false. In particular, returns false if obj is null.
Show: