Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Mate Class / Equality Operator
Mate to compare
Mate to compare

In This Topic
Equality Operator (Mate)
In This Topic
Operator of comparison implementation. Checks if two mates have same name and belongs to the same object.
Syntax
public bool operator ==( 
   Mate left,
   Mate right
)

Parameters

left
Mate to compare
right
Mate to compare

Return Value

true : Both objects are representing the same object

false : Objects are representing different objects

See Also