![]() |
• Utility Library | ||||||
|
API Links
Developer Links
|
Text::CompareTextLessEqualDefined in:
Determines whether one string precedes another or the two strings are equal.
C4String.hPrototype
Parameters
Description
The CompareTextLessEqual function returns a boolean value indicating whether the string specified by the s1 parameter precedes the string specified by the s2 parameter in lexicographical order, or the two strings are equal.In general, both strings should be null-terminated by a zero byte. The comparison only goes as far as the length of the shorter string. If the max parameter is specified, then at most max bytes of each string are compared, even if both strings are longer.
See Also
|