Click or drag to resize

IVariableIsEqual Method

Compares instances of variables.

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

Parameters

variable
Type: EMInvent.InventSim.COMServerIVariable
Variable to compare with

Return Value

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