Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
Binary::== Operator
Syntax
C++
bool operator ==(const Binary& other) const;

The equality operator for Binary objects.

Parameters
Description
other
[in] Another Binary object to compare with (right-hand operand of the comparison operation).

true if this Binary object equals to another specified with the input parameter; otherwise, the operator returns false.

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