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

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.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