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