API Help
Eplan.EplApi.DataModel.E3D Namespace / Mate Class / Inequality Operator
Mate to compare
Mate to compare

In This Topic
    Inequality Operator (Mate)
    In This Topic
    Operator of comparison implementation. Checks if two mates have different name or not belongs to the same object.
    Syntax
    public bool operator !=( 
       Mate left,
       Mate right
    )
    public:
    bool operator !=( 
       Mate^ left,
       Mate^ right
    )

    Parameters

    left
    Mate to compare
    right
    Mate to compare

    Return Value

    false : Both objects are representing the same object

    true : Objects are representing different objects

    See Also