Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / Transform2DProperty<T> Class / Equals Method
TransformProperty<T> to compare to.
In This Topic
    Equals Method (Transform2DProperty<T>)
    In This Topic
    Determines if two transforms properties have the same values.
    Syntax
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    TransformProperty<T> to compare to.

    Return Value

    True if these two properties have the same values, otherwise false.
    See Also