CogRunStatus Equals Method Cognex VisionPro 9.22
Determines whether the specified CogRunStatus is equal to the current CogRunStatus.

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

public override bool Equals(
	Object obj
)

Parameters

obj
Type: System Object
The CogRunStatus to compare with the current CogRunStatus.

Return Value

Type: Boolean
True if the specified CogRunStatus is equal to the current CogRunStatus; otherwise, false.
See Also