Click or drag to resize

ILumpedPortExcitationIsEqual Method

Compares instances of port excitations.

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

Parameters

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

Return Value

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