CogSearchMaxResults Contains Method Cognex VisionPro
Determines whether the CogSearchMaxResults contains a specific CogSearchMaxResult.

Namespace: Cognex.VisionPro.SearchMax
Assembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 65.1.0.0
Syntax

public bool Contains(
	CogSearchMaxResult value
)

Parameters

value
Type: Cognex.VisionPro.SearchMax CogSearchMaxResult
The CogSearchMaxResult to locate in the CogSearchMaxResults.

Return Value

Type: Boolean
True if the CogSearchMaxResults contains value; otherwise, false.
See Also