equals
Returns true if the first Color equals the second color.
Return
true
if the Colors are equal; otherwise, false
.
Parameters
left
The first Color to compare for equality.
right
The second Color to compare for equality.
Returns true if the first Color equals the second color.
true
if the Colors are equal; otherwise, false
.
The first Color to compare for equality.
The second Color to compare for equality.