Suppose I am writing a class named "Numbers", and I want to be able to compare one of my objects to a vector. Can I write an equality operator method to do this? Can I write an equality operator global function?

What should be the declaration of the function call operator?