Harness proD API Help
EPLAN.Harness.API.LibraryParts Namespace / BaseLibraryPart Class / Equals Method
Object to compare with.
In This Topic
    Equals Method (BaseLibraryPart)
    In This Topic
    Is this library part 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 part, otherwise False.
    See Also