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 inequality operator).  

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

The inequality operator for the "Select" value.

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