Eplan Platform API
Eplan.EplApi.DataModel Namespace / StorableObject Class / Inequality Operator
StorableObject to compare
StorableObject to compare

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

    Parameters

    left
    StorableObject to compare
    right
    StorableObject to compare

    Return Value

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

    true : Objects are representing different objects in the project

    See Also