Click or drag to resize

ISimObjectIsEqual Method

Compares instances of SimObjects.

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

Parameters

simObject
Type: EMInvent.InventSim.COMServerISimObject
SimObject to compare.

Return Value

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