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