System::Collections::Generic::operator!= yöntemi

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

İki anahtar-değer çiftini ters ’eşittir’ semantiği kullanarak karşılaştırır.

template<typename TKey,typename TValue> bool System::Collections::Generic::operator!=(const KeyValuePair<TKey, TValue> &left, const KeyValuePair<TKey, TValue> &right)
ParametreAçıklama
TKeyAnahtar türü.
TValueDeğer türü.
ParametreTürAçıklama
solconst KeyValuePair<TKey, TValue>&Sol taraf operandı.
sağconst KeyValuePair<TKey, TValue>&Sağ taraf operandı.

ReturnValue

Anahtarlar ve değerler eşleşmiyorsa doğru, aksi takdirde yanlış.

Ayrıca Bakınız