# Long.Compare

Compare long.

![Long.Compare](./images/LongCompareCalculator.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Compare Type
</td>
<td>
Comparison type.<dl class="docutils">
<dt>Equals</dt><dd>
            Value1 == Value2
            </dd>
<dt>Not Equals</dt><dd>
            Value1 != Value2
            </dd>
<dt>Greater</dt><dd>
            Value1 &gt; Value2
            </dd>
<dt>Greater Or Equals</dt><dd>
            Value1 &gt;= Value2
            </dd>
<dt>Less</dt><dd>
            Value1 &lt; Value2
            </dd>
<dt>Less Or Equals</dt><dd>
            Value1 &lt;= Value2
            </dd>
</dl>
</td>
</tr>
<tr>
<td>
Value 1
</td>
<td>
Value 1
</td>
</tr>
<tr>
<td>
Value 2
</td>
<td>
Value 2
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
Result output
</td>
</tr>
 </tbody>
</table>

