IsColorEqualTo
Description
Determines whether two colors are equal to one another.
Arguments
Returns
boolean
true if both colors are equal.
Color:EqualTo
Description
Determines whether the color the method was called on is equal to the one provided.
Arguments
Color other
The color to compare against.
Returns
boolean
true if both colors are equal.