Returns true if the key of the supplied item is found
in this dictionary, otherwise returns false.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.1.0.0 (87.1.0.0)
public bool Contains(
KeyValuePair<TKey, TValue> item
)
public bool Contains(
KeyValuePair<TKey, TValue> item
)
Public Function Contains (
item As KeyValuePair(Of TKey, TValue)
) As Boolean
Public Function Contains (
item As KeyValuePair(Of TKey, TValue)
) As Boolean
public:
virtual bool Contains(
KeyValuePair<TKey, TValue> item
) sealed
public:
virtual bool Contains(
KeyValuePair<TKey, TValue> item
) sealed
Parameters
- item
- Type: System.Collections.Generic KeyValuePair TKey, TValue
Search for a key matching the key in this key value pair.
Return Value
Type:
BooleanImplements
ICollection T Contains(T)