Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two ball::UserFields objects have the same value if they have the same number of elements, and each element in lhs has the same value as corresponding element at the same index in rhs.

Synopsis

Declared in <ball_userfields.h>

bool
operator==(
    UserFields const& lhs,
    UserFields const& rhs);

Created with MrDocs