API reference@react-form-builder/coreFunctionsisEqualOn this pageFunction: isEqual() isEqual<T>(a, b): boolean Naive deep equality via JSON serialization. Type Parameters T T Parameters a T the first value. b T the second value. Returns boolean the equality result.