myColor.equals( otherColor ) in Anark Studio 2.5

Compare two colors for equivalence.

Arguments

nametypedescription
otherColor Color The color to compare to.
Return Type
Boolean

Description

Returns true if the calling color is the same as otherColor; false otherwise.