Return true if the specified lhs and rhs have the same value, and false otherwise. Two objects of type OccurrenceInfo have the same value if and only if they have the same occurrence type and either both do not have a default value, or their respective default values have the same type and value.
Declared in <balcl_occurrenceinfo.h>
bool
operator==(
OccurrenceInfo const& lhs,
OccurrenceInfo const& rhs);