System::Drawing::Color::operator== Methode

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

Bestimmt, ob das aktuelle und das angegebene Color-Objekt dieselbe Farbe darstellen.

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

ReturnValue

Wahr, wenn sowohl das aktuelle als auch das angegebene Objekt dieselbe Farbe darstellen, andernfalls - falsch

Siehe auch

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

Gibt immer false zurück.

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

Siehe auch