Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Mate Class / Equals Method
Mate to compare

In This Topic
    Equals Method (Mate)
    In This Topic
    Operator of comparison implementation. Checks if two mates have same name and belongs to the same object.
    Syntax
    public override bool Equals( 
       object obj
    )
    public:
    bool Equals( 
       Object^ obj
    ) override 

    Parameters

    obj
    Mate to compare

    Return Value

    true : Both objects are representing the same object

    false : Objects are representing different objects or one of them is null.

    See Also