单项选择题

如果表达式a==b中的"=="是作为普通函数重载的运算符,若采用运算符函数调用格式,则可表示为()。

A.a.operator==(b)
B.b.operator==(a)
C.operator==(a,b)
D.operator==(b,a)