|
|
Compare two strings.
- Parameters:
-
| in_string | a string. |
| in_compare_to_string | a string to be compared to in_string. |
| out_comparison | on exit, a comparison result indicating whether in_string is greater than, less than or equal to in_compare_to_string. |
- Returns:
- On success, KIM_NO_ERROR. On failure, an error object representing the failure.
|