[#wallet-CWalletTx-IsEquivalentTo] = xref:wallet.adoc[wallet]::xref:wallet/CWalletTx.adoc[CWalletTx]::IsEquivalentTo :relfileprefix: ../../ :mrdocs: True if only scriptSigs are different == Synopsis Declared in `<wallet/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsEquivalentTo(xref:wallet/CWalletTx.adoc[CWalletTx] const& tx) const; ---- == Return Value True if the transactions differ only in their scriptSigs. == Parameters [cols="1,4"] |=== | Name| Description | *tx* | The other wallet transaction to compare against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#