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

    Parameters

    other
    TransformProperty<T> to compare.

    Return Value

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