Cog3DRectangle RealEqual Method Cognex VisionPro 9.8
Compares the internal state of the specified instances and returns true if the internal state is within epsilon.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.1.0.0
Syntax

public static bool RealEqual(
	Cog3DRectangle a,
	Cog3DRectangle b,
	double epsilon
)

Parameters

a
Type: Cognex.VisionPro3D Cog3DRectangle
The first instance of this class to use in the comparison.
b
Type: Cognex.VisionPro3D Cog3DRectangle
The second instance of this class to use in the comparison.
epsilon
Type: System Double
The tolerance to use in the comparison.

Return Value

Type: Boolean
True if the internal state of the specified instances is within epsilon.
See Also