operator==

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

NameDescription
aThe left-hand operand.
bThe right-hand operand.