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