API Reference > OdDAI Namespace > Classes > FixedLengthString Template > FixedLengthString Operators > FixedLengthString::< Operator
FixedLengthString::< Operator
Syntax
C++
bool operator <(const FixedLengthString & other) const;
Parameters 
Description 
const FixedLengthString & other 
[in] Another fiexed length string value to be compared with (right-hand operand). 

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

The "less-than" operator for fiexed length string objects.

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