"Assuming stu1 and stu2 are UCSDStudent pointers, assuming such a function exists and all code compiles, does the follow code fragment call UCSDStudent's operator == method? if (stu1 == stu2) {"
a) True
b) False