# C1.DataCollection.FilterOperation

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_DataCollection_FilterOperation" data-uid="C1.DataCollection.FilterOperation" class="text-break">FilterOperation Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the valid operations.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.DataCollection.html">C1.DataCollection</a></h6>
  <h6><strong>Assembly</strong>: C1.DataCollection.dll</h6>
  <h5 id="C1_DataCollection_FilterOperation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FilterOperation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FilterOperation</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_DataCollection_FilterOperation_Contains">Contains</td>
        <td><p>Represents a contains operation</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_FilterOperation_EndsWith">EndsWith</td>
        <td><p>Represents a ends with operation</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_FilterOperation_Equal">Equal</td>
        <td><p>Represents an equal operation</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_FilterOperation_EqualText">EqualText</td>
        <td><p>Represents an equal text operation</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_FilterOperation_GreaterThan">GreaterThan</td>
        <td><p>Represents a greater than operation</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_FilterOperation_GreaterThanOrEqual">GreaterThanOrEqual</td>
        <td><p>Represents a greater than or equal operation</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_FilterOperation_IsOneOf">IsOneOf</td>
        <td><p>Represents an is one of operation</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_FilterOperation_LessThan">LessThan</td>
        <td><p>Represents a less than operation</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_FilterOperation_LessThanOrEqual">LessThanOrEqual</td>
        <td><p>Represents a less than or equal operation</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_FilterOperation_NotEqual">NotEqual</td>
        <td><p>Represents a not equal operation</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_FilterOperation_NotEqualText">NotEqualText</td>
        <td><p>Represents a not equal text operation</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_FilterOperation_StartsWith">StartsWith</td>
        <td><p>Represents a starts with operation</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
