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

Synopsis

Declared in <bslstl_unorderedmap.h>

Description

Return true if the specified lhs and rhs objects have the same value, and false otherwise.

Return Value

true if equal, otherwise false

Parameters

Name

Description

lhs

left‐hand unordered map to compare

rhs

right‐hand unordered map to compare

Created with MrDocs