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 not equal, otherwise false.

Description

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