bool operator !=(const Palette& other) const;
The != operator determines the inequality of the two Palettes.
Parameters |
Description |
const Palette& other |
Reference to the passed Palette. |
A Boolean value of true if the two Palettes are equal and false otherwise.