Return true if the specified lhs and rhs have the same value.
Synopsis
Declared in <balcl_occurrenceinfo.h>
bool
operator==(
OccurrenceInfo const& lhs,
OccurrenceInfo const& rhs);
Description
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.
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