Equals Method (Color)
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Public Function Equals ( _
	color As Color _
) As Boolean

Parameters

color
Type: System.Windows.Media.Color
The Color structure to compare to the current Color structure.

Return Value

Type: System.Boolean
true if the specified Color structure is identical to the current Color structure; otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft