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