Equality.EqualsHex
Extension Method in Equality
Declaration
public static bool EqualsHex(this Color lhs, Color rhs)
Description
Determines if two colors are equal by comparing their hexadecimal representations.
Parameters
lhs | The first color to compare. |
rhs | The second color to compare. |
Returns
bool | True if the colors are equal, false otherwise. |