Return true if this object has the same value as the specified rhs object, and false otherwise.

Synopsis

Declared in <bdlcc_timequeue.h>

bool
operator==(Key const& rhs) const;

Return Value

true if this key equals rhs, and false otherwise

Parameters

Name

Description

rhs

object providing the value to compare

Created with MrDocs