Equality operators
Declared in <balcl_commandline.h>
Return true if the type of the specified lhs and rhs are equal, and return false if they are not equal.
bool
operator==(
OptionValue_NullOf const& lhs,
OptionValue_NullOf const& rhs);
» more...
Return true if the specified lhs and rhs objects have the same value, and false otherwise.
bool
operator==(
OptionValue const& lhs,
OptionValue const& rhs);
» more...
Return true if the specified lhs and rhs have the same value.
bool
operator==(
TypeInfo const& lhs,
TypeInfo const& rhs);
» more...
Return true if the specified lhs and rhs have the same value.
bool
operator==(
OccurrenceInfo const& lhs,
OccurrenceInfo const& rhs);
» more...
Return whether lhs and rhs have the same value.
bool
operator==(
OptionInfo const& lhs,
OptionInfo const& rhs);
» more...
Return true if the specified lhs and rhs have the same value.
bool
operator==(
Option const& lhs,
Option const& rhs);
» more...
Return true if the specified lhs and rhs have the same value, and false otherwise.
bool
operator==(
CommandLine_SchemaData const& lhs,
CommandLine_SchemaData const& rhs);
» more...
Return true if the specified lhs and rhs have the same value, and false otherwise.
bool
operator==(
CommandLineOptionsHandle const& lhs,
CommandLineOptionsHandle const& rhs);
» more...
Return true if the specified lhs and rhs have the same value.
bool
operator==(
CommandLine const& lhs,
CommandLine const& rhs);
» more...
true if lhs and rhs have the same type, and false otherwisetrue if lhs and rhs have the same value, and false otherwise| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |