CogChangedEventFunnel Contains Method Cognex VisionPro 9.8
Determines whether the CogChangedEventFunnel contains a specific ICogChangedEvent.

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

public bool Contains(
	ICogChangedEvent value
)

Parameters

value
Type: Cognex.VisionPro ICogChangedEvent
The ICogChangedEvent to locate in the CogChangedEventFunnel.

Return Value

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