bool operator==(Vector &, Vector&);
bool Vector::operator==(Vector &a, Vector &b){
int x=0;
for(i=0;i<10;i++){
if(a.v[i]==b.v[i]){return true;}}
return false;
}
me sale este error 31 E:\Progra II\LabSObreCarga\vector.h `bool Vector::operator==(Vector&, Vector&)' must take exactly one argument
y no entiendo por que