Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / Project Class / Inequality Operator
First project.
Second project.
In This Topic
    Inequality Operator (Project)
    In This Topic
    Are these projects not equal?
    Syntax
    public bool operator !=( 
       Project project1,
       Project project2
    )

    Parameters

    project1
    First project.
    project2
    Second project.

    Return Value

    True if these projects are NOT equal, otherwise False.
    See Also