AMX Mod X API Documentation

Signature
native bool:json_equals(const JSON:value1, const JSON:value2);
Description

Checks if the first value is the same as the second one.

Parameters
  • value1 JSON handle
  • value2 JSON handle
Returns

True if they are the same, false otherwise

Errors
  • If passed value is not a valid handle
Назад
Верх