Eplan Platform API
Eplan.EplApi.DataModel Namespace / AnyPropertyId Class / Equality Operator
First property to compare
Second property to compare

In This Topic
    Equality Operator (AnyPropertyId)
    In This Topic
    Equality operator
    Syntax
    public bool operator ==( 
       AnyPropertyId left,
       AnyPropertyId right
    )
    public:
    bool operator ==( 
       AnyPropertyId^ left,
       AnyPropertyId^ right
    )

    Parameters

    left
    First property to compare
    right
    Second property to compare

    Return Value

    True if properties are equal.
    See Also