Return true if the specified lhs and rhs have the same value, and false otherwise.
Declared in <balcl_commandline.h>
bool
operator==(
CommandLine_SchemaData const& lhs,
CommandLine_SchemaData const& rhs);
Two CommandLine_SchemaData objects have the same value if their type attributes are the same and if their name attributes compare equal.
true if lhs and rhs have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |