AtalaObservableDictionary<TKey, TValue>.Contains Method |
Determines whether the ICollection<T> contains a specific value.
Namespace:
Atalasoft.Imaging.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic bool Contains(
KeyValuePair<TKey, TValue> item
)
Public Function Contains (
item As KeyValuePair(Of TKey, TValue)
) As Boolean
Parameters
- item
- Type: System.Collections.Generic.KeyValuePair<TKey, TValue>
The object to locate in the ICollection<T>.
Return Value
Type:
Booleantrue if
item is found in the
ICollection<T>; otherwise, false.
Implements
ICollection<T>.Contains(T)
See Also