2024-04-19 23:12:24 -05:00
|
|
|
# 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>
|
2024-04-21 03:30:36 -05:00
|
|
|
<td><a href="M_CapyKit_PropertyComparer_2_Equals.md">Equals(T, T)</a></td>
|
2024-04-19 23:12:24 -05:00
|
|
|
<td>Determines whether the specified properties are equal.</td></tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
## See Also
|
|
|
|
|
|
|
|
|
|
|
|
#### Reference
|
2024-04-21 03:30:36 -05:00
|
|
|
<a href="T_CapyKit_PropertyComparer_2.md">PropertyComparer(T, U) Class</a>
|
|
|
|
<a href="N_CapyKit.md">CapyKit Namespace</a>
|