# C1.LiveLinq.Indexing.Search.JoinOperator

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_LiveLinq_Indexing_Search_JoinOperator" data-uid="C1.LiveLinq.Indexing.Search.JoinOperator" class="text-break">JoinOperator Enum
</h1>
  <div class="markdown level0 summary"><p>A comparison operator to match elements in a join operation.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.LiveLinq.Indexing.Search.html">C1.LiveLinq.Indexing.Search</a></h6>
  <h6><strong>Assembly</strong>: C1.LiveLinq.4.8.dll</h6>
  <h5 id="C1_LiveLinq_Indexing_Search_JoinOperator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum JoinOperator</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum JoinOperator</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_LiveLinq_Indexing_Search_JoinOperator_Equal">Equal</td>
        <td><p><b>a</b> is equal to <b>b</b> (<b>a</b> == <b>b</b>)</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_Indexing_Search_JoinOperator_Greater">Greater</td>
        <td><p><b>a</b> is greater than <b>b</b> (<b>a</b> &gt; <b>b</b>)</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_Indexing_Search_JoinOperator_GreaterOrEqual">GreaterOrEqual</td>
        <td><p><b>a</b> is greater than or equal to <b>b</b> (<b>a</b> &gt;= <b>b</b>)</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_Indexing_Search_JoinOperator_Less">Less</td>
        <td><p><b>a</b> is less than <b>b</b> (<b>a</b> &lt; <b>b</b>)</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_Indexing_Search_JoinOperator_LessOrEqual">LessOrEqual</td>
        <td><p><b>a</b> is less than or equal to <b>b</b> (<b>a</b> &lt;= <b>b</b>)</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="C1.LiveLinq.Hints.Indexed.html#C1_LiveLinq_Hints_Indexed__1___0_">Hints.Indexed&lt;JoinOperator&gt;(JoinOperator)</a>
  </div>
  <div>
      <a class="xref" href="C1.LiveLinq.Hints.Indexed.html#C1_LiveLinq_Hints_Indexed__1___0_C1_LiveLinq_IndexingHintAction_">Hints.Indexed&lt;JoinOperator&gt;(JoinOperator, IndexingHintAction)</a>
  </div>
</div>
