API Help
Eplan.EplApi.DataModel Namespace / StorableObject Class / Equality Operator
StorableObject to compare
StorableObject to compare

In This Topic
Equality Operator (StorableObject)
In This Topic
Operator of comparison implementation. Checks if two StorableObjects refer to the same object in the project.
Syntax

Parameters

left
StorableObject to compare
right
StorableObject to compare

Return Value

true : Both objects are representing the same object in the project

false : Objects are representing different objects in the project

See Also