Harness proD API Help
EPLAN.Harness.API.Occurrences Namespace / BaseOccurrence Class / Equals Method / Equals(Object) Method
Object to compare.
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 other
    )

    Parameters

    other
    Object to compare.

    Return Value

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