# GrapeCity.Spreadsheet.ActionResult-1.op_Implicit

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_ActionResult_1_op_Implicit_" data-uid="GrapeCity.Spreadsheet.ActionResult`1.op_Implicit*">implicit operator Operator
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_ActionResult_1_op_Implicit_" data-uid="GrapeCity.Spreadsheet.ActionResult`1.op_Implicit*"></a>
<h4 id="GrapeCity_Spreadsheet_ActionResult_1_op_Implicit_GrapeCity_Spreadsheet_ActionResult__0___System_Boolean" data-uid="GrapeCity.Spreadsheet.ActionResult`1.op_Implicit(GrapeCity.Spreadsheet.ActionResult{`0})~System.Boolean">implicit operator bool(ActionResult&lt;T&gt;)</h4>
<div class="markdown level1 summary"><p>Performs an implicit conversion from ActionResult&lt;T&gt;/&gt; to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static implicit operator bool(ActionResult&lt;T&gt; result)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Widening Operator CType(result As ActionResult(Of T)) 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.ActionResult-1.html">ActionResult</a>&lt;T&gt;</td>
      <td><span class="parametername">result</span></td>
      <td><p>The specified ActionResult&lt;T&gt;/&gt; to convert.</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>The result of the conversion.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Spreadsheet_ActionResult_1_op_Implicit_" data-uid="GrapeCity.Spreadsheet.ActionResult`1.op_Implicit*"></a>
<h4 id="GrapeCity_Spreadsheet_ActionResult_1_op_Implicit_GrapeCity_Spreadsheet_ActionResult__0____0" data-uid="GrapeCity.Spreadsheet.ActionResult`1.op_Implicit(GrapeCity.Spreadsheet.ActionResult{`0})~`0">implicit operator T(ActionResult&lt;T&gt;)</h4>
<div class="markdown level1 summary"><p>Performs an implicit conversion from <a class="xref" href="GrapeCity.Spreadsheet.ActionResult-1.html">ActionResult&lt;T&gt;</a> to T.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static implicit operator T(ActionResult&lt;T&gt; result)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Widening Operator CType(result As ActionResult(Of T)) As T</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.ActionResult-1.html">ActionResult</a>&lt;T&gt;</td>
      <td><span class="parametername">result</span></td>
      <td><p>The specified ActionResult&lt;T&gt;/&gt; to convert.</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><span class="xref">T</span></td>
      <td><p>The result of the conversion.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
