Compare two KeyOriginInfo for equality.
Declared in <script/keyorigin.h>
constexpr
bool
operator==(
KeyOriginInfo const& a,
KeyOriginInfo const& b) = default;
true if both the fingerprint and path are equal.
| Name | Description |
|---|---|
| a | The left-hand operand. |
| b | The right-hand operand. |