Return whether lhs and rhs have the same value.
Declared in <balcl_optioninfo.h>
bool
operator==(
OptionInfo const& lhs,
OptionInfo const& rhs);
Return true if lhs and rhs have the same value, and false otherwise.
Return true if the specified lhs and rhs have the same value, and false otherwise. Two OptionInfo objects have the same value if they have the same tag string, the same name, the same description, the same type info, and the same occurrence info values.
true if lhs and rhs have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |