# C1.Win.Calendar.UI.DayStyle.Equals

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Calendar_UI_DayStyle_Equals_" data-uid="C1.Win.Calendar.UI.DayStyle.Equals*">Equals Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Calendar_UI_DayStyle_Equals_" data-uid="C1.Win.Calendar.UI.DayStyle.Equals*"></a>
<h4 id="C1_Win_Calendar_UI_DayStyle_Equals_C1_Win_Calendar_UI_DayStyle_" data-uid="C1.Win.Calendar.UI.DayStyle.Equals(C1.Win.Calendar.UI.DayStyle)">Equals(DayStyle)</h4>
<div class="markdown level1 summary"><p>Specified whether this instance and specified <a class="xref" href="C1.Win.Calendar.UI.DayStyle.html">DayStyle</a> object are equal.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool Equals(DayStyle style)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Equals(style As DayStyle) 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.Win.Calendar.UI.DayStyle.html">DayStyle</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>Object to check.</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 equal or false if not.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_Calendar_UI_DayStyle_Equals_" data-uid="C1.Win.Calendar.UI.DayStyle.Equals*"></a>
<h4 id="C1_Win_Calendar_UI_DayStyle_Equals_C1_Framework_Style_" data-uid="C1.Win.Calendar.UI.DayStyle.Equals(C1.Framework.Style)">Equals(Style)</h4>
<div class="markdown level1 summary"><p>Specified whether this instance and specified <span class="xref">C1.Framework.Style</span> object are equal.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool Equals(Style style)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Equals(style As Style) 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><span class="xref">Style</span></td>
      <td><span class="parametername">style</span></td>
      <td><p>Specified <span class="xref">C1.Framework.Style</span> object.</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 equal or false if not.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
