API Reference > OdDAI Namespace > Classes > Select Class > Select Operators > Select::== Operator
Select::== Operator
Syntax
C++
bool operator ==(const Select& other) const;
Parameters 
Description 
const Select& other 
[in] other value (right-hand operand of the equality operator).  

Returns true if other equals to this, or false in other case.

The equality operator for the "Select" value.

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