mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-14 04:03:36 -06:00
19 lines
622 B
Markdown
19 lines
622 B
Markdown
# Equals Method
|
|
|
|
|
|
## Overload List
|
|
<table>
|
|
<tr>
|
|
<td><a href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)" target="_blank" rel="noopener noreferrer">Equals(Object)</a></td>
|
|
<td>Determines whether the specified object is equal to the current object.</td></tr>
|
|
<tr>
|
|
<td><a href="M_CapyKit_PropertyComparer_2_Equals.md">Equals(T, T)</a></td>
|
|
<td>Determines whether the specified properties are equal.</td></tr>
|
|
</table>
|
|
|
|
## See Also
|
|
|
|
|
|
#### Reference
|
|
<a href="T_CapyKit_PropertyComparer_2.md">PropertyComparer(T, U) Class</a>
|
|
<a href="N_CapyKit.md">CapyKit Namespace</a>
|