| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Returns True if the token equals the given symbol.
Source position: classesh.inc line 1674
| public function TParser.TokenSymbolIs( | 
| const S: string | 
| ):Boolean; | 
TokenSymbolIs performs a case-insensitive comparison of current token value with S.
If current token isn't of type toSymbol, or comparison fails, False is returned.
None.
| 
 | Checks whether the token equals the given symbol | |
| 
 | The type of the current token. |