Click or drag to resize

IPortIsEqual Method

Compares instances of ports.

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

Parameters

port
Type: EMInvent.InventSim.COMServerIPort
Port to compare.

Return Value

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