native bool:json_equals(const JSON:value1, const JSON:value2);
value1 | JSON handle |
value2 | JSON handle |
Checks if the first value is the same as the second one.
True if they are the same, false otherwise
If passed value is not a valid handle
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.