Compare two digests for equality.

Synopsis

Declared in <llvm/Support/MD5.h>

bool
operator==(
    MD5Result const& LHS,
    MD5Result const& RHS);

Return Value

True if both digests contain the same bytes.

Parameters

Name

Description

LHS

Left‐hand digest.

RHS

Right‐hand digest.

Created with MrDocs