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

Name

Description

arg

The node to compare against.

Created with MrDocs