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
| Parameter | Typ | Beschreibung |
|---|---|---|
| r | const 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
- Class Color
- Class Color
- Namespace System::Drawing
- Library Aspose.Font for C++
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
- Class Color
- Namespace System::Drawing
- Library Aspose.Font for C++