Return whether lhs and rhs have the same value.

Synopsis

Declared in <balcl_optioninfo.h>

bool
operator==(
    OptionInfo const& lhs,
    OptionInfo const& rhs);

Description

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.

Return Value

true if lhs and rhs have the same value, and false otherwise

Parameters

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs