# C1.PivotEngine.ConditionOperator

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_PivotEngine_ConditionOperator" data-uid="C1.PivotEngine.ConditionOperator" class="text-break">ConditionOperator Enum
</h1>
  <div class="markdown level0 summary"><p>Represents operators that can be used in filter conditions.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.PivotEngine.html">C1.PivotEngine</a></h6>
  <h6><strong>Assembly</strong>: C1.PivotEngine.dll</h6>
  <h5 id="C1_PivotEngine_ConditionOperator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ConditionOperator</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ConditionOperator</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="C1_PivotEngine_ConditionOperator_BeginsWith">BeginsWith</td>
        <td><p>Return true if the string representation of the value begins with the operator parameter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_ConditionOperator_Contains">Contains</td>
        <td><p>Return true if the string representation of the value contains the operator parameter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_ConditionOperator_DoesNotContain">DoesNotContain</td>
        <td><p>Return true if the string representation of the value does not contain the operator parameter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_ConditionOperator_EndsWith">EndsWith</td>
        <td><p>Return true if the string representation of the value ends with the operator parameter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_ConditionOperator_Equals">Equals</td>
        <td><p>Return true if the value equals the operator parameter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_ConditionOperator_GreaterThan">GreaterThan</td>
        <td><p>Return true if the value is greater than the operator parameter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_ConditionOperator_GreaterThanOrEqualTo">GreaterThanOrEqualTo</td>
        <td><p>Return true if the value is greater than or equal to the operator parameter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_ConditionOperator_LessThan">LessThan</td>
        <td><p>Return true if the value is less than the operator parameter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_ConditionOperator_LessThanOrEqualTo">LessThanOrEqualTo</td>
        <td><p>Return true if the value is less than or equal to the operator parameter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_ConditionOperator_None">None</td>
        <td><p>Disables the operator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_ConditionOperator_NotEquals">NotEquals</td>
        <td><p>Return true if the value does not equal the operator parameter.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
