CogReadOnlyCollectionWithCustomSerialization T  Contains Method Cognex VisionPro 9.22
Determines whether an element is in the collection.

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

public virtual bool Contains(
	T value
)

Parameters

value
Type: T
The object to locate in the Collection

Return Value

Type: Boolean
true if value is found in the Collection, otherwise, false.

Implements

ICollection T  Contains(T)
See Also