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