System::Drawing::Color::operator!= method
Color::operator!=(const Color&) const method
Determines if the current and the specified Color objects represent distinct colors.
bool System::Drawing::Color::operator!=(const Color &r) const
Parameter | Type | Description |
---|---|---|
r | const Color& | The Color object to compare the current object with |
ReturnValue
True if the current and the specified objects represent distinct colors, otherwise - false
See Also
- Class Color
- Class Color
- Namespace System::Drawing
- Library Aspose.Font for C++
Color::operator!=(const std::nullptr_t&) const method
Always returns true.
bool System::Drawing::Color::operator!=(const std::nullptr_t &r) const
See Also
- Class Color
- Namespace System::Drawing
- Library Aspose.Font for C++