Eplan Platform API
Eplan.EplApi.DataModel Namespace / PinBase Class / Equality Operator

In This Topic
Equality Operator (PinBase)
In This Topic
.NET operator for comparing two PinBase objects.
Syntax
public bool operator ==( 
   PinBase left,
   PinBase right
)

Parameters

left
right
Remarks
Two PinBase objects representing logical conn. points are equal, if they belong to the same parent and they have the same index. In case of PinBase objects which represent graphical conn. points, only indexes are compared (since the Parent property returns NULL).
See Also