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

Synopsis

Declared in <bdld_datumbinaryref.h>

bool
operator==(
    DatumBinaryRef const& lhs,
    DatumBinaryRef const& rhs);

Description

Two DatumBinaryRef objects have the same value if they refer to arrays of bytes of the same size and having the same content.

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