Assignment operator for the Logical data type. The operator casts specified value of the appropriate enumeration to the Logical value and assigns it to the object.
Parameters
Parameters
Description
val
[in] An enumeration value to be assigned (a right-hand operand of the assignment operation).
Returns
The reference to the Logical object modified by the assignment operation.