Click or drag to resize

CookieEquals Method

Determines whether the specified Object is equal to the current Cookie.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public override bool Equals(
	Object comparand
)

Parameters

comparand
Type: SystemObject
An Object to compare with the current Cookie.

Return Value

Type: Boolean
true if comparand is equal to the current Cookie; otherwise, false.
See Also