Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / Project Class / Equals Method
Object to compare.
In This Topic
    Equals Method (Project)
    In This Topic
    Is this project equal to the following object?
    Syntax
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    Object to compare.

    Return Value

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