System::Drawing::Color::operator!= मेथड
Color::operator!=(const Color&) const method
निर्धारित करता है कि वर्तमान और निर्दिष्ट Color ऑब्जेक्ट अलग-अलग रंग दर्शाते हैं।
bool System::Drawing::Color::operator!=(const Color &r) const
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| r | const Color& | वर्तमान ऑब्जेक्ट के साथ तुलना करने के लिए Color ऑब्जेक्ट |
ReturnValue
यदि वर्तमान और निर्दिष्ट ऑब्जेक्ट अलग-अलग रंग दर्शाते हैं तो true, अन्यथा false
संबंधित देखें
- Class Color
- Class Color
- Namespace System::Drawing
- Library Aspose.Page for C++
Color::operator!=(const std::nullptr_t&) const method
हमेशा true लौटाता है।
bool System::Drawing::Color::operator!=(const std::nullptr_t &r) const
संबंधित देखें
- Class Color
- Namespace System::Drawing
- Library Aspose.Page for C++