Hello,
I need to overload my comparison operators such as == and < so that I can use things such as std::sort and std::unique on a vector of some user defined classes. I know how to overload them globally. The problem is I need to overload these operators as member functions and I am kind of stuck. I am assuming it is a fairly simple problem. Any help would be great, thank you!
Cameron