Return true if the specified lhs and rhs have the same value, and false otherwise.
Declared in <balcl_commandline.h>
bool
operator==(
CommandLineOptionsHandle const& lhs,
CommandLineOptionsHandle const& rhs);
Two CommandLineOptionsHandle objects have the same value if they have the same numOptions and each of those options have the same name, type, and value or are in the null state.
true if lhs and rhs have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |