TokenStructure.opEquals - multiple declarations
Function TokenStructure.opEquals
bool opEquals
(
const ref typeof(this) other
) const;
Function TokenStructure.opEquals
bool opEquals
(
IdType type
) const;
Returns
true if the token has the given type, false otherwise.