This method of the SystemX class compares two strings using the Win32 CompareString and the supplied locale identifier and flags. This method was added as of versions 2437 through 2925 of the Microsoft virtual machine.
public static native void compareString(int lcid, int flags, String tring1, String string2);
lcid | The locale identifier. |
flags | Used to compare strings. |
string1 | A string to be compared. |
string2 | A string to be compared. |
This method was added as of versions 2437 through 2925 of the Microsoft virtual machine.