 | ISimObjectIsEqual Method |
Compares instances of SimObjects.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxbool IsEqual(
ISimObject simObject
)
Function IsEqual (
simObject As ISimObject
) As Boolean
Dim instance As ISimObject
Dim simObject As ISimObject
Dim returnValue As Boolean
returnValue = instance.IsEqual(simObject)
Parameters
- simObject
- Type: EMInvent.InventSim.COMServerISimObject
SimObject to compare.
Return Value
Type:
BooleanTrue if the SimObjects are equal; otherwise, false.
See Also