[#FeeRateEstimation-operator_3way] = xref:FeeRateEstimation.adoc[FeeRateEstimation]::operator<=> :relfileprefix: ../ :mrdocs: Compare two FeeRateEstimation objects based on fee rate == Synopsis Declared in `<util/fees.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- auto operator<=>(xref:FeeRateEstimation.adoc[FeeRateEstimation] const& other) const; ---- == Return Value strong ordering of either less, greater or equal; based on feerate ratio comparison. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The other FeeRateEstimation object to compare with |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#