API Reference > OdRx Classes > OdRxValue Class > OdRxValue Operators > OdRxValue::!= Operator
OdRxValue::!= Operator
Syntax
C++
bool operator !=(const OdRxValue& value) const;
Parameters 
Description 
const OdRxValue& value 
[in] Value to compare with the current value. 

True if values are not equal; false otherwise.

Negative comparison operator. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.