Compare two KeyOriginInfo for equality.

Synopsis

Declared in <script/keyorigin.h>

constexpr
bool
operator==(
    KeyOriginInfo const& a,
    KeyOriginInfo const& b) = default;

Return Value

true if both the fingerprint and path are equal.

Parameters

Name

Description

a

The left‐hand operand.

b

The right‐hand operand.

Created with MrDocs