Cog3DGraphicBase RealEqual Method Cognex VisionPro 9.5
Compares two Cog3DGraphicBase for equality.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Graphic (in Cognex.VisionPro3D.Graphic.dll) Version: 69.0.0.0
Syntax

protected static bool RealEqual(
	Cog3DGraphicBase a,
	Cog3DGraphicBase b,
	double epsilon
)

Parameters

a
Type: Cognex.VisionPro3D Cog3DGraphicBase
First instance of a Cog3DGraphicBase to compare to the other. Second instance of a Cog3DGraphicBase to compare to the other.
b
Type: Cognex.VisionPro3D Cog3DGraphicBase
epsilon
Type: System Double
Tolerance when comparing number values for equality.

Return Value

Type: Boolean
See Also