# FarPoint.Win.Spread.RangeValidator.Validate

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_RangeValidator_Validate_" data-uid="FarPoint.Win.Spread.RangeValidator.Validate*">Validate Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_RangeValidator_Validate_" data-uid="FarPoint.Win.Spread.RangeValidator.Validate*"></a>
<h4 id="FarPoint_Win_Spread_RangeValidator_Validate_FarPoint_Win_Spread_ValidateActionContext_" data-uid="FarPoint.Win.Spread.RangeValidator.Validate(FarPoint.Win.Spread.ValidateActionContext)">Validate(ValidateActionContext)</h4>
<div class="markdown level1 summary"><p>Validates whether the specified value satisfies the condition provided in the <code class="paramref">context</code> parameter.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected override bool Validate(ValidateActionContext context)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overrides Function Validate(context As ValidateActionContext) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.ValidateActionContext.html">ValidateActionContext</a></td>
      <td><span class="parametername">context</span></td>
      <td><p>A <a class="xref" href="FarPoint.Win.Spread.ValidateActionContext.html">ValidateActionContext</a> value that indicates which value is validated, and that contains relative context information.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>true if is validated; false otherwise</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="FarPoint.Win.Spread.BaseDataValidator.Validate.html#FarPoint_Win_Spread_BaseDataValidator_Validate_FarPoint_Win_Spread_ValidateActionContext_">BaseDataValidator.Validate(ValidateActionContext)</a></div>
</div>
