Click or drag to resize

IControlPointIsEqual Method

Compares instances of control point.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
bool IsEqual(
	IControlPoint controlPoint
)

Parameters

controlPoint
Type: EMInvent.InventSim.COMServerIControlPoint
The control point to compare.

Return Value

Type: Boolean
True if the control points are equal; otherwise, false.
See Also