ezjson_equals
Syntax
native bool:ezjson_equals(const EzJSON:value1, const EzJSON:value2);
Usage
| Parameter | Description |
|---|---|
| value1 | EzJSON handle |
| value2 | EzJSON handle |
Description
Checks if the first value is the same as the second one.
Return
True if they are the same, false otherwise
Error
If passed value is not a valid handle