Equality operators

Synopses

Declared in <bdlbb_blob.h>

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

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

Return true if the specified lhs and rhs blobs have the same value.

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

Return Value

  • true if both blob buffers have the same value, and false otherwise

  • true if both blobs have the same value, and false otherwise

Parameters

Name

Description

lhs

left‐hand‐side blob buffer to compare

rhs

right‐hand‐side blob buffer to compare

Created with MrDocs