Let the code speak it:
auto SetCompare = [](const string& a, const string& b) { size_t L = a.length(); size_t R = b.length(); if (L == R)