[]
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)
Public Shared Function Compare(strA As String, indexA As Integer, strB As String, indexB As Integer, length As Integer, ignoreCase As Boolean) As Integer
| Type | Name | Description |
|---|---|---|
| string | strA | |
| int | indexA | |
| string | strB | |
| int | indexB | |
| int | length | |
| bool | ignoreCase |
| Type | Description |
|---|---|
| int |