Label.Equals Method (Object)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Checks if the given object is an instance of Label and is equal to this instance.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- obj
- Type: System.Object
The object to compare with this Label instance.
Return Value
Type: System.BooleanReturns true if obj is an instance of Label and is equal to this object; otherwise, false.
Show: