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

    Parameters

    comparedFont
    Object to compare.

    Return Value

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