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 public override bool Equals(
Object comparand
)
Parameters
- comparand
- Type: SystemObject
An Object to compare with the current Cookie.
Return Value
Type:
Booleantrue if
comparand is equal to the current
Cookie;
otherwise,
false.
See Also