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.
Synopsis
Declared in <balcl_optioninfo.h>
bool
operator==(
OptionInfo const& lhs,
OptionInfo const& rhs);
Created with MrDocs