[Modify] Polish it

master
sta 5 years ago
parent 0238699c17
commit 7b08d831a2

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

Loading…
Cancel
Save