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