API Reference > OdDAI Namespace > Classes > Logical Class > Logical Operators > Logical::== Operator
Logical::== Operator
Syntax
C++
bool operator ==(const Logical & other) const;
Parameters 
Description 
const Logical & other 
[in] Another Logical object to be compared with (the right-hand operand of the comparison operation).  

true if Logical objects are equal; otherwise, the method returns false.

An equality operator for the Logical data type.

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