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

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

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

Parameters

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

Return Value

Type: Boolean
See Also