42dfb86459
Make sure that String::Equals(const String&) checks the hash codes on the strings if they are available. Before this change, only String::Equals(const Instance&) would consult the hash codes. R=iposva@google.com BUG= Review URL: https://codereview.chromium.org/1666113002 .