System::Collections::Generic::BaseDictionary::ContainsValue metodo
BaseDictionary::ContainsValue method
Verifica se il valore è presente nel dizionario. Usa l’operatore == per confrontare i valori.
bool System::Collections::Generic::BaseDictionary<Map>::ContainsValue(const mapped_t &value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | const mapped_t& | Valore da cercare. |
ReturnValue
true se il valore è trovato, false altrimenti.
Vedi anche
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++