Palette::!=

Palette::!=
bool operator !=(const Palette& other) const;
Description

The != operator determines the inequality of the two Palettes.

Parameters
Parameters 
Description 
const Palette& other 
Reference to the passed Palette
Return Value

A Boolean value of true if the two Palettes are equal and false otherwise.