Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
CompressedGUID::< Operator
Syntax
C++
bool operator <(const CompressedGUID& other) const;

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

Parameters
Description
other
[in] Another Compressed GUID value to be compared with (right-hand operand).

true if the Compressed GUID value is less than the compared Compressed GUID value; otherwise the operator returns false.

The Compressed GUID is less than another Compressed GUID if the string representation of the Compressed GUID is not equal to the string representation of another Compressed 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 Compressed GUID.

Copyright © 2002-2022. Open Design Alliance All rights reserved.