C-DEngine 5.105

Cookie..::..Equals Method

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

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool Equals(
	Object comparand
)
Public Function Equals ( _
	comparand As Object _
) As Boolean
public:
bool^ Equals(
	Object^ comparand
)

Parameters

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

Return Value

true if comparand is equal to the current Cookie; otherwise, false.