{"ScriptPreparationCode":"var str1 = \u0022abcdefghijklmnopqrstuvwxyz\u0022\r\n\r\nvar str1copy = \u0022abcdefghijklmnopqrstuvwxyz\u0022","TestCases":[{"Name":"Underscore equal","Code":"underscore.isEqual(str1, str1copy);","IsDeferred":false},{"Name":"Lodash equal","Code":"lodash.isEqual(str1, str1copy);","IsDeferred":false},{"Name":"===","Code":"str1 === str1copy","IsDeferred":false}]}