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)
| Parametre | Açıklama |
|---|---|
| TKey | Anahtar türü. |
| TValue | Değer türü. |
| Parametre | Tür | Açıklama |
|---|---|---|
| sol | const 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
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Font for C++