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

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

    Parameters

    obj
    The BaseProjectMessage to compare with the current BaseProjectMessage.
    See Also