From 0238699c17a8f5eb2929920c4c0708171729241c Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 15 Sep 2020 20:01:18 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerPrefix.cs | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerPrefix.cs b/websocket-sharp/Net/HttpListenerPrefix.cs index ffe07c17..e1cd8cda 100644 --- a/websocket-sharp/Net/HttpListenerPrefix.cs +++ b/websocket-sharp/Net/HttpListenerPrefix.cs @@ -224,17 +224,23 @@ namespace WebSocketSharp.Net } /// - /// Determines whether this instance and the specified have the same value. + /// Determines whether the current instance is equal to the specified + /// instance. /// /// /// This method will be required to detect duplicates in any collection. /// /// - /// An to compare to this instance. + /// + /// An instance to compare to the current instance. + /// + /// + /// An reference to a instance. + /// /// /// - /// true if is a and - /// its value is the same as this instance; otherwise, false. + /// true if the current instance is equal to ; + /// otherwise, false. /// public override bool Equals (Object obj) {