Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two EmplacableTestType objects have the same value if each of their corresponding attributes have the same value.

Synopsis

Declared in <bsltf_emplacabletesttype.h>

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

Created with MrDocs