Color.Equality Operator (Color, Color)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Tests whether two Color structures are identical.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- color1
-
Type:
System.Windows.Media.Color
The first Color structure to compare.
- color2
-
Type:
System.Windows.Media.Color
The second Color structure to compare.
Floating-point values can acquire a small degree of error when they are operated upon. The Equals method, the Equality operator, and the Inequality operator do not compensate for this and thus may not return the expected Boolean result.
The AreClose method uses a fuzzy equality algorithm that compensates for this floating-point arithmetic error by returning true for a comparison of two Color structures that are practically identical, but whose values may differ by a minuscule amount.
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0