# C1.Win.TreeView.ComparisonType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_TreeView_ComparisonType" data-uid="C1.Win.TreeView.ComparisonType" class="text-break">ComparisonType Enum
</h1>
  <div class="markdown level0 summary"><p>String comparison type for C1TreeView.Search method.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TreeView.html">C1.Win.TreeView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TreeView.10.dll</h6>
  <h5 id="C1_Win_TreeView_ComparisonType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ComparisonType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ComparisonType</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_Win_TreeView_ComparisonType_Contains">Contains</td>
        <td><p>A specified substring occurs within cell value..</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_ComparisonType_Equal">Equal</td>
        <td><p>A specified string and a node value have the same value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_ComparisonType_StartsWith">StartsWith</td>
        <td><p>Beginning of cell value matches the specified string when compared.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
