Return true if the specified lhs is equal to the specified rhs and false otherwise.
Declared in <bdlb_transparentequalto.h>
template<
class LHS,
class RHS>
bool
operator()(
LHS const& lhs,
RHS const& rhs) const;
true if lhs and rhs compare equal, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand to compare |
| rhs | right-hand operand to compare |