myColor.equals( otherColor ) in Anark Studio 2.5
Compare two colors for equivalence.
Arguments
| name | type | description | 
|---|---|---|
| otherColor | Color | The color to compare to. | 
- Return Type
 - Boolean
 
Description
Returns true if the calling color is the same as otherColor; false otherwise.