SignatureHelper.Equals Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Checks if this instance is equal to the given object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- obj
- Type: System.Object
The object with which this instance should be compared.
Return Value
Type: System.Booleantrue if the given object is a SignatureHelper and represents the same signature; otherwise, false.
Show: