Click or drag to resize

IMaterialIsEqual Method

Compares instances of materials.

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

Parameters

material
Type: EMInvent.InventSim.COMServerIMaterial
Material to compare.

Return Value

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