I have implemented a value structure in C++/CX. For initializing a vector of the structure I need to implement an Equality operator which is necessary in the IndexOf() operator of a vector as present in Collection.h.
But I am unable to create one.Can some one help me with it?
Here’s an example:
Sample Usage: