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

    Parameters

    comparedStyle
    Object to compare.

    Return Value

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