[#GCSFilter-Match] = xref:GCSFilter.adoc[GCSFilter]::Match :relfileprefix: ../ :mrdocs: Checks if the element may be in the set. False positives are possible with probability 1/M. == Synopsis Declared in `<blockfilter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool Match(xref:GCSFilter/Element.adoc[Element] const& element) const; ---- == Return Value True if the element may be in the set, false if it is definitely not. == Parameters [cols="1,4"] |=== | Name| Description | *element* | The element to test for membership. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#