Compare two inputs for equality field by field.

Synopsis

Declared in <psbt.h>

bool
operator==(PSBTInput const& other) const = default;

Return Value

True if all fields are equal.

Parameters

Name

Description

other

The input to compare against.

Created with MrDocs