# FarPoint.Win.Spread.ValidateComparisonOperator

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_ValidateComparisonOperator" data-uid="FarPoint.Win.Spread.ValidateComparisonOperator" class="text-break">ValidateComparisonOperator Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the binary operations between the target value and the compared value when validating a cell.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_ValidateComparisonOperator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ValidateComparisonOperator</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ValidateComparisonOperator</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Win_Spread_ValidateComparisonOperator_Equals">Equals</td>
        <td><p>The target cell's value is equal to the compared value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ValidateComparisonOperator_GreaterThan">GreaterThan</td>
        <td><p>The target cell's value is greater than the compared value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ValidateComparisonOperator_GreaterThanOrEquals">GreaterThanOrEquals</td>
        <td><p>The target cell's value is greater than or equal to the compared value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ValidateComparisonOperator_LessThan">LessThan</td>
        <td><p>The target cell's value is less than the compared value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ValidateComparisonOperator_LessThanOrEquals">LessThanOrEquals</td>
        <td><p>The target cell's value is less than or equal to the compared value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ValidateComparisonOperator_NotEquals">NotEquals</td>
        <td><p>The target cell's value is not equal to the compared value.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h5 id="FarPoint_Win_Spread_ValidateComparisonOperator_seealso">See Also</h5>
  <div class="seealso">
      <div><a class="xref" href="FarPoint.Win.Spread.CompareValueBaseValidator.html">CompareValueBaseValidator</a></div>
  </div>
</div>
