# FarPoint.Win.StringSearch.MatchExact

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_StringSearch_MatchExact_" data-uid="FarPoint.Win.StringSearch.MatchExact*">MatchExact Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_StringSearch_MatchExact_" data-uid="FarPoint.Win.StringSearch.MatchExact*"></a>
<h4 id="FarPoint_Win_StringSearch_MatchExact" data-uid="FarPoint.Win.StringSearch.MatchExact">MatchExact</h4>
<div class="markdown level1 summary"><p>Gets or sets whether the match must be exact.  An exact match is a string that is
delimited at the beginning and end by either whitespace or end of line.
Note: This property does not have any affect on the search pattern if the
pattern was set using the RegularExpressionPattern property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool MatchExact { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property MatchExact As Boolean</code></pre>
</div>
</div>
