Return true if the specified lhs and rhs selection info objects have the same value, and false otherwise.
Declared in <bdlat_selectioninfo.h>
bool
operator==(
bdlat_SelectionInfo const& lhs,
bdlat_SelectionInfo const& rhs);
Two selection info objects have the same value if each of their respective properties are identical.
true if lhs and rhs have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand selection info operand |
| rhs | right-hand selection info operand |