Color.opEquals

Overload of the == and != operators.

This operator compares two colors and check if they are equal.

struct Color
const
bool
opEquals

Parameters

otherColor Color

the Color to be compared with

Return Value

Type: bool

true if colors are equal, false if they are different.

Meta