<li><ahref="../../../System/Collections/Generic/ICollection.html"title="interface in System.Collections.Generic"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../System/Collections/Generic/IList.html"title="interface in System.Collections.Generic"><spanclass="strong">Next Class</span></a></li>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>boolean</code></td>
<tdclass="colLast"><code><strong><ahref="../../../System/Collections/Generic/IEqualityComparer.html#equals(T, T)">equals</a></strong>(<ahref="../../../System/Collections/Generic/IEqualityComparer.html"title="type parameter in IEqualityComparer">T</a> x,
<ahref="../../../System/Collections/Generic/IEqualityComparer.html"title="type parameter in IEqualityComparer">T</a> y)</code>
<divclass="block">Determines whether the specified objects are equal.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>int</code></td>
<tdclass="colLast"><code><strong><ahref="../../../System/Collections/Generic/IEqualityComparer.html#hashCode(T)">hashCode</a></strong>(<ahref="../../../System/Collections/Generic/IEqualityComparer.html"title="type parameter in IEqualityComparer">T</a> obj)</code>
<divclass="block">Returns a hash code for the specified object.</div>
<pre>boolean equals(<ahref="../../../System/Collections/Generic/IEqualityComparer.html"title="type parameter in IEqualityComparer">T</a> x,
<ahref="../../../System/Collections/Generic/IEqualityComparer.html"title="type parameter in IEqualityComparer">T</a> y)</pre>
<divclass="block">Determines whether the specified objects are equal.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>x</code> - The first object of type T to compare.</dd><dd><code>y</code> - The second object of type T to compare.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd><code>true</code> if the specified objects are equal; otherwise, <code>false</code>.</dd></dl>
</li>
</ul>
<aname="hashCode(java.lang.Object)">
<!---->
</a><aname="hashCode(T)">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>hashCode</h4>
<pre>int hashCode(<ahref="../../../System/Collections/Generic/IEqualityComparer.html"title="type parameter in IEqualityComparer">T</a> obj)</pre>
<divclass="block">Returns a hash code for the specified object.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>obj</code> - The Object for which a hash code is to be returned.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>A hash code for the specified object.</dd></dl>
<li><ahref="../../../System/Collections/Generic/ICollection.html"title="interface in System.Collections.Generic"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../System/Collections/Generic/IList.html"title="interface in System.Collections.Generic"><spanclass="strong">Next Class</span></a></li>