grip_json_equals

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

Syntax

native bool:grip_json_equals(const GripJSONValue:value1, const GripJSONValue:value2)

Usage

value1 JSON handle
value2 JSON handle

Return

True if they are the same, false otherwise

Defined in grip.inc . This documentation was automatically generated from source.