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)
{