System::Collections::Generic::operator!= मेथड

System::Collections::Generic::operator!= method

उल्टे ’equals’ सेमान्टिक्स का उपयोग करके दो कुंजी-मूल्य युग्मों की तुलना करता है।

template<typename TKey,typename TValue> bool System::Collections::Generic::operator!=(const KeyValuePair<TKey, TValue> &left, const KeyValuePair<TKey, TValue> &right)
पैरामीटरविवरण
TKeyकुंजी प्रकार।
TValueवैल्यू टाइप।
पैरामीटरप्रकारविवरण
बाएँconst KeyValuePair<TKey, TValue>&बाएँ हाथ का ऑपरेण्ड।
दाएँconst KeyValuePair<TKey, TValue>&RHS ऑपरेण्ड।

ReturnValue

यदि दोनों कुंजियों और मानों का मेल नहीं है तो सत्य, अन्यथा असत्य।

संबंधित देखें