operator== (<vector>)
Visual Studio 2012
Tests if the object on the left side of the operator is equal to the object on the right side.
bool operator==( const vector<Type, Allocator>& _Left, const vector<Type, Allocator>& _Right );