Click or drag to resize

ICoordinateSystemIsEqual Method

Compares instances of coordinate systems.

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

Parameters

coordinateSystem
Type: EMInvent.InventSim.COMServerICoordinateSystem
Coordinate system to compare.

Return Value

Type: Boolean
True if the coordinate systems are equal; otherwise, false.
See Also