API Reference > Auxiliary Classes > AECCVariant Class > AECCVariant Operators > AECCVariant::!= Operator
AECCVariant::!= Operator
Syntax
C++
bool operator !=(const AECCVariant& vValue) const;
Parameters 
Description 
const AECCVariant& vValue 
[in] Object of the AECCVariant class to compare the value with. 

True if the value of the specified AECCVariant object is not equal to the value of this object; false otherwise.

Negative comparison operator. Compares the variant value of the specified AECCVariant object with the value of this object. 

 

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