miniscript::Node::operator==

Equality testing.

Synopsis

Declared in <script/miniscript.h>

bool
operator==(Node<Key> const& arg) const;

Return Value

True if both node trees are structurally equal.

Parameters

NameDescription
argThe node to compare against.