Return whether two AllocEmplacableTestType objects have the same value.
Synopsis
Declared in <bsltf_allocemplacabletesttype.h>
bool
operator==(
AllocEmplacableTestType const& lhs,
AllocEmplacableTestType const& rhs);
Description
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.
Return Value
true if lhs and rhs compare equal, else false
Parameters
Name |
Description |
lhs |
left‐hand operand |
rhs |
right‐hand operand |
Created with MrDocs