Close

Relief for ODA Team in Ukraine

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

Case sensitive string comparison. 

 

Parameters
Description
otherString
[in] Other string.

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