Eplan Platform API
Eplan.EplApi.DataModel Namespace / StorableObject Class / Equals Method
StorableObject to compare

In This Topic
    Equals Method (StorableObject)
    In This Topic
    Operator of comparison implementation. Checks if two StorableObjects refer to the same object in the project.
    Syntax
    public override bool Equals( 
       object obj
    )
    public:
    bool Equals( 
       Object^ obj
    ) override 

    Parameters

    obj
    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 or one of them is null.

    See Also