class T { static boolean same(String t, String s) { return s.<caret>equals(t); } }