[Modify] Polish it

This commit is contained in:
sta 2020-09-15 19:37:14 +09:00
parent c63dd9a9cc
commit 39e6a29186

View File

@ -239,6 +239,7 @@ namespace WebSocketSharp.Net
public override bool Equals (Object obj) public override bool Equals (Object obj)
{ {
var pref = obj as HttpListenerPrefix; var pref = obj as HttpListenerPrefix;
return pref != null && pref._prefix == _prefix; return pref != null && pref._prefix == _prefix;
} }