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