Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / Document Class / Equals Method
Object to compare.
In This Topic
    Equals Method (Document)
    In This Topic
    Is this document 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 document, otherwise False.
    See Also