Harness proD API Help
EPLAN.Harness.API.Occurrences Namespace / BaseOccurrence Class / Equals Method / Equals(IOccurrence) Method
Object to compare.
In This Topic
    Equals(IOccurrence) Method
    In This Topic
    Is this occurrence equal to the following object?
    Syntax
    public bool Equals( 
       IOccurrence other
    )

    Parameters

    other
    Object to compare.

    Return Value

    True if the object is equal to this occurrence, otherwise False.
    See Also