Cog3DGeometryGraphicBase RealEqual Method Cognex VisionPro
Compares two Cog3DGeometryGraphicBase for equality.

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

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

Parameters

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

Return Value

Type: Boolean
See Also