CogSerializableDictionaryBase TKey, TValue  ContainsValue Method Cognex VisionPro 9.8
Returns true if the specified value is found in this dictionary, otherwise returns false.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax

public bool ContainsValue(
	TValue value
)

Parameters

value
Type: TValue
The value of interest.

Return Value

Type: Boolean
See Also