现需要对list类重载”==”运算符,以下函数声明正确的是( )多选 A. friend bool operator== (const Student& st1, const Student& st2); B. bool operator== (const Student& st1); C. friend list operator== (const Student& st1); D. bool operator== (const Student& st1, const Student& st2);