RunStatus Equality Operator Cognex VisionPro 9.21
Compares the equality of two RunStatus objects.

Namespace: Cognex.Vision.Implementation
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
Syntax

public static bool operator ==(
	RunStatus a,
	RunStatus b
)

Return Value

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