Metode System::Collections::Generic::operator!=

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

Membandingkan dua pasangan kunci-nilai menggunakan semantik ’equals’ terbalik.

template<typename TKey,typename TValue> bool System::Collections::Generic::operator!=(const KeyValuePair<TKey, TValue> &left, const KeyValuePair<TKey, TValue> &right)
ParameterDeskripsi
TKeyTipe kunci.
TValueTipe nilai.
ParameterTipeDeskripsi
kiriconst KeyValuePair<TKey, TValue>&Operand LHS.
kananconst KeyValuePair<TKey, TValue>&Operand RHS.

ReturnValue

Benar jika kedua kunci dan nilai tidak cocok, salah jika tidak.

Lihat Juga