protected System.bool CharactersMatch( System.string str, System.bool advanceReadingPosition )
Parameters
- str
- The string whose characters to compare with the parser's char array.
- advanceReadingPosition
- If set to true the reading position will be moved just after the last matched character in the char array if the characters in the char array match the ones in the specified string.