Equality comparison between two deques (only compares size+contents, not capacity).
Declared in <util/vecdeque.h>
<util/vecdeque.h>
bool operator==( VecDeque const& a, VecDeque const& b);
true if both deques have the same size and equal elements in order.