API Reference > OdDAI Namespace > Classes > Boolean Class > Boolean Operators > = Operator > Boolean::= Operator (long)
Boolean::= Operator (long)
Syntax
C++
Boolean& operator =(const long val);
Parameters 
Description 
const long val 
[in] A signed long data type value to be assigned (a right-hand operand of the assignment operation).  

The reference to the Boolean object modified by the assignment operation.

Assignment operator for the Boolean data type. The operator casts specified signed long value to the Boolean value and assigns it to the object.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.