Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / TransformProperty<T> Class / Equals Method / Equals(Object) Method
The object to compare with the current object.
In This Topic
    Equals(Object) Method
    In This Topic
    Determines whether the specified object is equal to the current object.
    Syntax
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The object to compare with the current object.

    Return Value

    true if the specified object is equal to the current object; otherwise, false.
    See Also