# C1.Win.GanttView.TestOperators

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_GanttView_TestOperators" data-uid="C1.Win.GanttView.TestOperators" class="text-break">TestOperators Class
</h1>
  <div class="markdown level0 summary"><p>This class holds all reference to all <a class="xref" href="C1.Win.GanttView.BaseTestOperator.html">BaseTestOperator</a> objects.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">TestOperators</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.GanttView.html">C1.Win.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_Win_GanttView_TestOperators_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class TestOperators</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module TestOperators</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_GanttView_TestOperators_Contain" data-uid="C1.Win.GanttView.TestOperators.Contain">
          <a class="xref" href="C1.Win.GanttView.TestOperators.Contain.html#C1_Win_GanttView_TestOperators_Contain">Contain</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.GanttView.ContainOperator.html">ContainOperator</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_TestOperators_ContainExactly" data-uid="C1.Win.GanttView.TestOperators.ContainExactly">
          <a class="xref" href="C1.Win.GanttView.TestOperators.ContainExactly.html#C1_Win_GanttView_TestOperators_ContainExactly">ContainExactly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.GanttView.ContainExactlyOperator.html">ContainExactlyOperator</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_TestOperators_DoesNotContain" data-uid="C1.Win.GanttView.TestOperators.DoesNotContain">
          <a class="xref" href="C1.Win.GanttView.TestOperators.DoesNotContain.html#C1_Win_GanttView_TestOperators_DoesNotContain">DoesNotContain</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.GanttView.DoesNotContainOperator.html">DoesNotContainOperator</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_TestOperators_DoesNotEqual" data-uid="C1.Win.GanttView.TestOperators.DoesNotEqual">
          <a class="xref" href="C1.Win.GanttView.TestOperators.DoesNotEqual.html#C1_Win_GanttView_TestOperators_DoesNotEqual">DoesNotEqual</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.GanttView.DoesNotEqualOperator.html">DoesNotEqualOperator</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_TestOperators_Equal" data-uid="C1.Win.GanttView.TestOperators.Equal">
          <a class="xref" href="C1.Win.GanttView.TestOperators.Equal.html#C1_Win_GanttView_TestOperators_Equal">Equal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.GanttView.EqualOperator.html">EqualOperator</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_TestOperators_IsGreaterThan" data-uid="C1.Win.GanttView.TestOperators.IsGreaterThan">
          <a class="xref" href="C1.Win.GanttView.TestOperators.IsGreaterThan.html#C1_Win_GanttView_TestOperators_IsGreaterThan">IsGreaterThan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.GanttView.IsGreaterThanOperator.html">IsGreaterThanOperator</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_TestOperators_IsGreaterThanOrEqualTo" data-uid="C1.Win.GanttView.TestOperators.IsGreaterThanOrEqualTo">
          <a class="xref" href="C1.Win.GanttView.TestOperators.IsGreaterThanOrEqualTo.html#C1_Win_GanttView_TestOperators_IsGreaterThanOrEqualTo">IsGreaterThanOrEqualTo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.GanttView.IsGreaterThanOrEqualToOperator.html">IsGreaterThanOrEqualToOperator</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_TestOperators_IsLessThan" data-uid="C1.Win.GanttView.TestOperators.IsLessThan">
          <a class="xref" href="C1.Win.GanttView.TestOperators.IsLessThan.html#C1_Win_GanttView_TestOperators_IsLessThan">IsLessThan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.GanttView.IsLessThanOperator.html">IsLessThanOperator</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_TestOperators_IsLessThanOrEqualTo" data-uid="C1.Win.GanttView.TestOperators.IsLessThanOrEqualTo">
          <a class="xref" href="C1.Win.GanttView.TestOperators.IsLessThanOrEqualTo.html#C1_Win_GanttView_TestOperators_IsLessThanOrEqualTo">IsLessThanOrEqualTo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.GanttView.IsLessThanOrEqualToOperator.html">IsLessThanOrEqualToOperator</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_TestOperators_IsNotWithin" data-uid="C1.Win.GanttView.TestOperators.IsNotWithin">
          <a class="xref" href="C1.Win.GanttView.TestOperators.IsNotWithin.html#C1_Win_GanttView_TestOperators_IsNotWithin">IsNotWithin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.GanttView.IsNotWithinOperator.html">IsNotWithinOperator</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_TestOperators_IsWithin" data-uid="C1.Win.GanttView.TestOperators.IsWithin">
          <a class="xref" href="C1.Win.GanttView.TestOperators.IsWithin.html#C1_Win_GanttView_TestOperators_IsWithin">IsWithin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.GanttView.IsWithinOperator.html">IsWithinOperator</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
