CogSerializableCollectionBase T  Contains Method Cognex VisionPro 9.22 SR1
Returns true if value is in the collection

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

public bool Contains(
	T value
)

Parameters

value
Type: T

Return Value

Type: Boolean

Implements

ICollection T  Contains(T)
See Also