TaprootBuilder::operator==

Compare two builders by the script trees they represent.

Synopsis

Declared in <script/signingprovider.h>

bool
operator==(TaprootBuilder const& other) const;

Return Value

True if both builders describe the same tree.

Parameters

NameDescription
otherThe builder to compare against.