Tokenizer<TSymbol,TSymbolType>.At(String, Boolean) Method

Definition

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.

Applies to