Click or drag to resize

IPlotIsEqual Method

Compares instances of plots.

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

Parameters

plot
Type: EMInvent.InventSim.COMServerIPlot
Plot to compare.

Return Value

Type: Boolean
True if both plots are equal; otherwise, false.
See Also