[Modify] Edit it

This commit is contained in:
sta 2020-09-15 20:01:18 +09:00
parent 39e6a29186
commit 0238699c17

View File

@ -224,17 +224,23 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Determines whether this instance and the specified <see cref="Object"/> have the same value. /// Determines whether the current instance is equal to the specified
/// <see cref="Object"/> instance.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This method will be required to detect duplicates in any collection. /// This method will be required to detect duplicates in any collection.
/// </remarks> /// </remarks>
/// <param name="obj"> /// <param name="obj">
/// An <see cref="Object"/> to compare to this instance. /// <para>
/// An <see cref="Object"/> instance to compare to the current instance.
/// </para>
/// <para>
/// An reference to a <see cref="HttpListenerPrefix"/> instance.
/// </para>
/// </param> /// </param>
/// <returns> /// <returns>
/// <c>true</c> if <paramref name="obj"/> is a <see cref="HttpListenerPrefix"/> and /// <c>true</c> if the current instance is equal to <paramref name="obj"/>;
/// its value is the same as this instance; otherwise, <c>false</c>. /// otherwise, <c>false</c>.
/// </returns> /// </returns>
public override bool Equals (Object obj) public override bool Equals (Object obj)
{ {