Harness proD API Help
EPLAN.Harness.API.LibraryParts Namespace / BaseConstructionItem Class / Equals Method
Object to compare with.
In This Topic
    Equals Method (BaseConstructionItem)
    In This Topic
    Is this library item equal to the following object?
    Syntax
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    Object to compare with.

    Return Value

    True if the object is equal to this library item, otherwise False.
    See Also