UniqueId.Equality 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 equality of two UniqueId objects.
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 two UniqueIds are equal or are both Nothing; false if they are not equal or if only one of them is Nothing.
Show: