Function JSONParserNode.opEquals

Enables equality comparisons.

bool opEquals (
  in ref JSONParserNode other
) const nothrow;

bool opEquals (
  JSONParserNode other
) const nothrow;

Note that the location is considered part of the token and thus is included in the comparison.