DescriptionAttribute.Equals Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns whether the value of the specified object is equal to the current DescriptionAttribute.
Assembly: System (in System.dll)
Parameters
- obj
- Type: System.Object
The object to test the value equality of.
Return Value
Type: System.Booleantrue if the value of the specified object is equal to the current DescriptionAttribute; otherwise, false.
Show: