# C1.Win.Tile.CompareGroupsEventArgs.Result

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Tile_CompareGroupsEventArgs_Result_" data-uid="C1.Win.Tile.CompareGroupsEventArgs.Result*">Result Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Tile_CompareGroupsEventArgs_Result_" data-uid="C1.Win.Tile.CompareGroupsEventArgs.Result*"></a>
<h4 id="C1_Win_Tile_CompareGroupsEventArgs_Result" data-uid="C1.Win.Tile.CompareGroupsEventArgs.Result">Result</h4>
<div class="markdown level1 summary"><p>Gets or sets a signed integer that indicates the relative values of <a class="xref" href="C1.Win.Tile.CompareGroupsEventArgs.Group1.html#C1_Win_Tile_CompareGroupsEventArgs_Group1">Group1</a> and <a class="xref" href="C1.Win.Tile.CompareGroupsEventArgs.Group2.html#C1_Win_Tile_CompareGroupsEventArgs_Group2">Group2</a>
as follow: less than 0 (if Group1 is less than Group2), zero (if Group1 equals Group2), greater than zero
(if Group1 is greater than Group2).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int Result { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Result As Integer</code></pre>
</div>
</div>
