# GrapeCity.Spreadsheet.CfIcon.op_Inequality

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_CfIcon_op_Inequality_" data-uid="GrapeCity.Spreadsheet.CfIcon.op_Inequality*">operator != Operator
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_CfIcon_op_Inequality_" data-uid="GrapeCity.Spreadsheet.CfIcon.op_Inequality*"></a>
<h4 id="GrapeCity_Spreadsheet_CfIcon_op_Inequality_GrapeCity_Spreadsheet_CfIcon_GrapeCity_Spreadsheet_CfIcon_" data-uid="GrapeCity.Spreadsheet.CfIcon.op_Inequality(GrapeCity.Spreadsheet.CfIcon,GrapeCity.Spreadsheet.CfIcon)">operator !=(CfIcon, CfIcon)</h4>
<div class="markdown level1 summary"><p>Returns a value that indicates whether two specified <a class="xref" href="GrapeCity.Spreadsheet.CfIcon.html">CfIcon</a> 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 !=(CfIcon icon1, CfIcon icon2)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Operator &lt;&gt;(icon1 As CfIcon, icon2 As CfIcon) 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="GrapeCity.Spreadsheet.CfIcon.html">CfIcon</a></td>
      <td><span class="parametername">icon1</span></td>
      <td><p>The first value to compare.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Spreadsheet.CfIcon.html">CfIcon</a></td>
      <td><span class="parametername">icon2</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>true if <code class="paramref">icon1</code> and <code class="paramref">icon2</code> are not equal; otherwise, false.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
