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

Synopsis

Declared in <bsltf_allocemplacabletesttype.h>

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

Created with MrDocs