 | IPlotIsEqual Method |
Compares instances of plots.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxbool IsEqual(
IPlot plot
)
Function IsEqual (
plot As IPlot
) As Boolean
Dim instance As IPlot
Dim plot As IPlot
Dim returnValue As Boolean
returnValue = instance.IsEqual(plot)
Parameters
- plot
- Type: EMInvent.InventSim.COMServerIPlot
Plot to compare.
Return Value
Type:
BooleanTrue if both plots are equal; otherwise, false.
See Also