DictionaryBaseTKey, TValueContains Method |
Determines whether the IDictionaryTKey, TValue contains a specific value.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.10.24
Syntax public bool Contains(
KeyValuePair<TKey, TValue> item
)
Public Function Contains (
item As KeyValuePair(Of TKey, TValue)
) As Boolean
Parameters
- item KeyValuePairTKey, TValue
- The object to locate in the IDictionaryTKey, TValue.
Return Value
Boolean
true if item is found in the
IDictionaryTKey, TValue; otherwise, false.
Implements
ICollectionTContains(T)See Also