# C1.Util.DX.Matrix5x4.op_Inequality

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_Matrix5x4_op_Inequality_" data-uid="C1.Util.DX.Matrix5x4.op_Inequality*">operator != Operator
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_Matrix5x4_op_Inequality_" data-uid="C1.Util.DX.Matrix5x4.op_Inequality*"></a>
<h4 id="C1_Util_DX_Matrix5x4_op_Inequality_C1_Util_DX_Matrix5x4_C1_Util_DX_Matrix5x4_" data-uid="C1.Util.DX.Matrix5x4.op_Inequality(C1.Util.DX.Matrix5x4,C1.Util.DX.Matrix5x4)">operator !=(Matrix5x4, Matrix5x4)</h4>
<div class="markdown level1 summary"><p>Tests for inequality between two objects.</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 !=(Matrix5x4 left, Matrix5x4 right)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Operator &lt;&gt;(left As Matrix5x4, right As Matrix5x4) 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.Matrix5x4.html">Matrix5x4</a></td>
      <td><span class="parametername">left</span></td>
      <td><p>The first value to compare.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.DX.Matrix5x4.html">Matrix5x4</a></td>
      <td><span class="parametername">right</span></td>
      <td><p>The second value to compare.</p>
</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><p><code>true</code> if <code class="paramref">left</code> has a different value than <code class="paramref">right</code>; otherwise, <code>false</code>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
