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