# C1.Util.DX.Point2L.op_Inequality

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_Point2L_op_Inequality_" data-uid="C1.Util.DX.Point2L.op_Inequality*">operator != Operator
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_Point2L_op_Inequality_" data-uid="C1.Util.DX.Point2L.op_Inequality*"></a>
<h4 id="C1_Util_DX_Point2L_op_Inequality_C1_Util_DX_Point2L_C1_Util_DX_Point2L_" data-uid="C1.Util.DX.Point2L.op_Inequality(C1.Util.DX.Point2L,C1.Util.DX.Point2L)">operator !=(Point2L, Point2L)</h4>
<div class="markdown level1 summary"><p>Determines if the specified values are not equal.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static bool operator !=(Point2L left, Point2L right)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Operator &lt;&gt;(left As Point2L, right As Point2L) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.Point2L.html">Point2L</a></td>
      <td><span class="parametername">left</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.DX.Point2L.html">Point2L</a></td>
      <td><span class="parametername">right</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
