Color.Equals Method (Object)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Tests whether the specified object is a Color structure and is equivalent to the current color.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- o
- Type: System.Object
The object to compare to the current Color structure.
Return Value
Type: System.Booleantrue if the specified object is a Color structure and is identical to the current Color structure; otherwise, false.
Show: