[#wallet-SelectionResult-operator_lt] = xref:wallet.adoc[wallet]::xref:wallet/SelectionResult.adoc[SelectionResult]::operator< :relfileprefix: ../../ :mrdocs: Order results by preference for choosing between selections. == Synopsis Declared in `<wallet/coinselection.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator<(xref:wallet/SelectionResult.adoc[SelectionResult] other) const; ---- == Return Value True if this result sorts before other. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The result to compare against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#