Click or drag to resize

IAnalyticPortExcitationIsEqual Method

Compares instances of port excitations.

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

Parameters

excitation
Type: EMInvent.InventSim.COMServerIAnalyticPortExcitation
Port excitation to compare.

Return Value

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