[#AbstractThresholdConditionChecker-Condition] = xref:AbstractThresholdConditionChecker.adoc[AbstractThresholdConditionChecker]::Condition :relfileprefix: ../ :mrdocs: Returns whether the deployment's condition is met for a block. == Synopsis Declared in `<versionbits_impl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool Condition(xref:CBlockIndex.adoc[CBlockIndex] const* pindex) const = 0; ---- == Return Value true if the block satisfies the deployment's condition. == Parameters [cols="1,4"] |=== | Name| Description | *pindex* | The block to test the condition for. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#