Close

Relief for ODA Team in Ukraine

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

An equality 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 equal; otherwise, the method returns false.

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