Click or drag to resize

IProjectIsEqual Method

Compares instances of IProject.

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

Parameters

project
Type: EMInvent.InventSim.COMServerIProject
IProject to compare.

Return Value

Type: Boolean
True if the instances of IProject are equal; otherwise, false.
See Also