UniqueId.Inequality Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Overrides the equality operator to test for inequality of two UniqueIds.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- id1
- Type: System.Xml.UniqueId
The first UniqueId.
- id2
- Type: System.Xml.UniqueId
The second UniqueId.
Return Value
Type: System.Booleantrue if the overridden equality operator returns false; otherwise, false.
Show: