API Reference > Classes > OdIfcGUID Class > OdIfcGUID Operators > OdIfcGUID::!= Operator
OdIfcGUID::!= Operator
Syntax
C++
bool operator !=(const OdIfcGUID & other) const;
Parameters 
Description 
const OdIfcGUID & other 
[in] Another IFC GUID value to be compared with (right-hand operand).  

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

Inequality operator for IFC GUID objects.

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