Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdString::collate Method
Syntax
C++
int collate(const OdChar* otherString) const;

!DOM

  • details Case sensitive string comparison.
 

Parameters
Description
otherString
[in] Other string.

collate() returns one of the following: 

 

Returns
Condition
< 0
This String object < otherString.
0
This String object == otherString.
> 0
This String object > otherString.
Copyright © 2002-2022. Open Design Alliance All rights reserved.