[#CScriptWitness-operator_eq] = xref:CScriptWitness.adoc[CScriptWitness]::operator== :relfileprefix: ../ :mrdocs: Compares two witnesses for equality. == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool operator==(xref:CScriptWitness.adoc[CScriptWitness] const& other) const = default; ---- == Return Value true if both witness stacks are identical. == Parameters [cols="1,4"] |=== | Name| Description | *other* | Witness to compare against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#