Method Parser.C.Token()->`==()
- Method `==
int res = Parser.C.Token() == foo
- Description
Tokens are considered equal if the text contents are equal. It is also possible to compare the Token object with a text string directly.
int res = Parser.C.Token() == foo
Tokens are considered equal if the text contents are equal. It is also possible to compare the Token object with a text string directly.