change doc of Equals

This commit is contained in:
Ruby Rose 2017-07-14 08:03:16 +03:00 committed by Ruby Rose
parent 5e1be5b19b
commit 02be378a2e

View file

@ -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;