Compare two outputs for equality field by field.

Synopsis

Declared in <psbt.h>

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

Return Value

True if all fields are equal.

Parameters

Name

Description

other

The output to compare against.

Created with MrDocs