Harness proD API Help
EPLAN.Harness.API.DataStructures.DrawingTables Namespace / ApiLineStyle Class / Equals Method / Equals(ApiLineStyle) Method
Object to compare.
In This Topic
    Equals(ApiLineStyle) Method
    In This Topic
    Returns true when properties of both objects hold the same value.
    Syntax
    public bool Equals( 
       ApiLineStyle comparedStyle
    )

    Parameters

    comparedStyle
    Object to compare.

    Return Value

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