Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsMessage Class / Equals Method
The MDPartsMessage to compare with the current MDPartsMessage.

In This Topic
    Equals Method (MDPartsMessage)
    In This Topic
    Determines whether the specified MDPartsMessage is equal to the current MDPartsMessage.
    Syntax
    public override bool Equals( 
       object obj
    )
    public:
    bool Equals( 
       Object^ obj
    ) override 

    Parameters

    Parameter NameDescription
    objThe MDPartsMessage to compare with the current MDPartsMessage.
    See Also