Tokenizer<TSymbol,TSymbolType>.At(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the lookahead buffer contains the expected string.
protected bool At (string expected, bool caseSensitive);
member this.At : string * bool -> bool
Protected Function At (expected As String, caseSensitive As Boolean) As Boolean
Parameters
- expected
- String
The string to check.
- caseSensitive
- Boolean
true to indicate comparison is case sensitive; otherwise, false.
Returns
true if the lookahead buffer contains the expected string; otherwise, false.