FDO API Reference Feature Data Objects

FDO_API_COMMON int FdoStringP::ICompare const FdoStringP  str2  )  const
 

Case-insensitive string comparison.

Parameters:
str2 String to compare.
Returns:
Returns:
  • -1 if this is less than str2
  • 0 if this is equal to str2
  • 1 if this is greater than str2

Comments or suggestions? Send us feedback.