Graphisoft®

Dialog ManagerVersion: 2.0

Item::operator==

Operator == for item objects.

bool operator== (const Item & rightOp) const;

Parameters

rightOp
The right operand (Item).

Return Value

true, if the two items are equal, otherwise false.

Description

Decides, if the two items are equal. Two items are equal, if they are on the same panel, and their item ID is equal.