单项选择题

给出下列的代码则以下哪个选项返回true?()
String s = "hello" ;
String s = "hello" ;
char c[] = 'h' ,'e','l','o';

A.equals(t);
B.equals(c);
C.s = =t
D.t = = c;