json_equals
- Синтаксис
-
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