[#VersionBitsConditionChecker-Condition-0f] = xref:VersionBitsConditionChecker.adoc[VersionBitsConditionChecker]::Condition :relfileprefix: ../ :mrdocs: Returns whether the block's version signals this deployment's bit. == Synopsis Declared in `<versionbits_impl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool Condition(xref:CBlockIndex.adoc[CBlockIndex] const* pindex) const override; ---- == Return Value true if the block's version signals this deployment's bit. == Parameters [cols="1,4"] |=== | Name| Description | *pindex* | The block whose version is tested. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#