Compare two Color objects

Always read the documentation first:

“To compare colors based solely on their ARGB values, you should use
the ToArgb method. This is because the Equals and Equality members
determine equivalency using more than just the ARGB value of the
colors. For example, Black and FromArgb(0,0,0) are not considered
equal, since Black is a named color and FromArgb(0,0,0) is not”

Leave a Comment