Return true if the specified lhs and rhs vectors have the same value, and false otherwise.

Synopsis

Declared in <bslstl_vector.h>

bool
operator==(
    vector<char const*> const& lhs,
    vector<char const*> const& rhs);

Created with MrDocs