| |||||||||
SummaryCompares two JS strings, and reports the results of the comparison. | |||||||||
SyntaxintN JS_CompareStrings(JSString *str1, JSString *str2);
| |||||||||
DescriptionJS_CompareStrings compares two JS strings, str1 and str2 . If the strings are identical in content and size, JS_CompareStrings returns 0 .
If
If
| |||||||||
See Also
|