[]
Compares two strings, could be used in Xaml and WinForms.
public static int Compare(string strA, int indexA, string strB, int indexB, int length, bool ignoreCase)
| Type | Name | Description |
|---|---|---|
| string | strA | |
| int | indexA | |
| string | strB | |
| int | indexB | |
| int | length | |
| bool | ignoreCase |
| Type | Description |
|---|---|
| int |