change doc of Equals
This commit is contained in:
parent
5e1be5b19b
commit
02be378a2e
1 changed files with 1 additions and 1 deletions
|
|
@ -595,7 +595,7 @@ namespace TShockAPI.DB
|
||||||
|
|
||||||
/// <summary>Indicates whether the current <see cref="User"/> is equal to another object.</summary>
|
/// <summary>Indicates whether the current <see cref="User"/> is equal to another object.</summary>
|
||||||
/// <returns>true if the <see cref="User"/> is equal to the <paramref name="obj" /> parameter; otherwise, false.</returns>
|
/// <returns>true if the <see cref="User"/> is equal to the <paramref name="obj" /> parameter; otherwise, false.</returns>
|
||||||
/// <param name="obj">An <see cref="User"/> to compare with this <see cref="User"/>.</param>
|
/// <param name="obj">An <see cref="object"/> to compare with this <see cref="User"/>.</param>
|
||||||
public override bool Equals(object obj)
|
public override bool Equals(object obj)
|
||||||
{
|
{
|
||||||
if (ReferenceEquals(null, obj)) return false;
|
if (ReferenceEquals(null, obj)) return false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue