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

true if the OdAny object is not equal to another OdAny object; otherwise, the method returns false.

Inequality operator for the OdAny objects. It compares the OdAny object with another OdAny object and determines whether these objects are unequal.

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