Overload | Description |
---|---|
CharactersMatch(String,Int32,Boolean) | Checks whether the next characters in the char array match the ones in the given string starting from the current reading position and from the specified position in the string. A case sensitive check is performed. |
CharactersMatch(String,Int32,Boolean,Boolean) | Checks whether the next characters in the char array match the ones in the given string starting from the current reading position and from the specified position in the string. |