[Modify] Polish it

This commit is contained in:
sta 2020-09-16 20:13:04 +09:00
parent 0238699c17
commit 7b08d831a2

View File

@ -242,7 +242,7 @@ namespace WebSocketSharp.Net
/// <c>true</c> if the current instance is equal to <paramref name="obj"/>;
/// otherwise, <c>false</c>.
/// </returns>
public override bool Equals (Object obj)
public override bool Equals (object obj)
{
var pref = obj as HttpListenerPrefix;