Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
Number::!= Operator
Syntax
C++
bool operator !=(const Number& compareTo) const;

Not equal operator for the Number data type.

Parameters
Description
compareTo
[in] Another Number object to be compared with (the right-hand operand of the comparison operation).

true if Number objects are not equal; otherwise, the method returns false.

Copyright © 2002-2022. Open Design Alliance All rights reserved.