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 value is less than the compared IFC GUID value; otherwise the operator returns false.

The "less-than" operator for IFC GUID objects.

The IFC GUID is less than another IFC GUID if the string representation of the IFC GUID is not equal to the string representation of another IFC GUID and the code of the first symbol that differs is less than the symbol code in the same position in the string representation of the compared IFC GUID.

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