Méthode System::Drawing::Color::operator==
Color::operator==(const Color&) const method
Détermine si les objets Color actuels et spécifiés représentent la même couleur.
bool System::Drawing::Color::operator==(const Color &r) const
| Paramètre | Type | Description |
|---|---|---|
| r | const Color& | L’objet Color à comparer avec l’objet actuel |
ReturnValue
Vrai si les deux objets, actuel et spécifié, représentent la même couleur, sinon - faux
Voir aussi
- Class Color
- Class Color
- Namespace System::Drawing
- Library Aspose.Font for C++
Color::operator==(const std::nullptr_t&) const method
Retourne toujours false.
bool System::Drawing::Color::operator==(const std::nullptr_t &r) const
Voir aussi
- Class Color
- Namespace System::Drawing
- Library Aspose.Font for C++