bool operator!= (const CFont &a, const CFont &b) { return !(a.Equal(&b)); }
bool operator== (const CFont &a, const CFont &b) { return a.Equal(&b); }