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). 

Returns true if the IFC GUID value in string representation is not equal to another IFC GUID value in string representation and the code of the first different symbol in the IFC GUID string is less than the code of the symbol in the same position in the other GUID string; otherwise, the method returns false.

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

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