System::Drawing::Color::operator!=-Methode

Color::operator!=(const Color&) const method

Bestimmt, ob das aktuelle und das angegebene Color-Objekt unterschiedliche Farben darstellen.

bool System::Drawing::Color::operator!=(const Color &r) const
ParameterTypBeschreibung
rconst Color&Das Color-Objekt, mit dem das aktuelle Objekt verglichen wird

ReturnValue

True, wenn das aktuelle und das angegebene Objekt unterschiedliche Farben darstellen, sonst - false

Siehe auch

Color::operator!=(const std::nullptr_t&) const method

Gibt immer true zurück.

bool System::Drawing::Color::operator!=(const std::nullptr_t &r) const

Siehe auch