Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / Pen Class / Equality Operator

In This Topic
    Equality Operator (Pen)
    In This Topic
    .NET operator for comparing two GraphicalLayers. Comparison is made by comparing each of GraphicalLayers members instead of internal object id.
    Syntax
    public bool operator ==( 
       Pen left,
       Pen right
    )
    public:
    bool operator ==( 
       Pen^ left,
       Pen^ right
    )

    Parameters

    left
    right
    See Also