static public FindMismatchPosition ( string expected, string actual, int istart, bool ignoreCase ) : int | ||
expected | string | The expected string |
actual | string | The actual string |
istart | int | The index in the strings at which comparison should start |
ignoreCase | bool | Boolean indicating whether case should be ignored |
Résultat | int |