From ceff87c0a00bbef27cad050d8bde6f421340f647 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 31 Jan 2019 22:24:48 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/Cookie.cs | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index c19ef6c6..783fb959 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -764,15 +764,21 @@ namespace WebSocketSharp.Net #region Public Methods /// - /// Determines whether the specified is equal to the current - /// . + /// Determines whether the current cookie instance is equal to + /// the specified instance. /// /// - /// An to compare with the current . + /// + /// An instance to compare with + /// the current cookie instance. + /// + /// + /// An reference to a instance. + /// /// /// - /// true if is equal to the current ; - /// otherwise, false. + /// true if the current cookie instance is equal to + /// ; otherwise, false. /// public override bool Equals (object comparand) {