Close

Relief for ODA Team in Ukraine

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

Operator that implements the logical AND operation (C++ "&&" operator) for the Boolean data type.

Parameters
Description
other
[in] Another Boolean value (right-hand of the logical AND operation).

A Boolean value that is the result of the operation.

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