Palette::==

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

The == operator determines the equality of the two Palette.

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

A Boolean value of true if equal and false otherwise.