Click or drag to resize

RequestContextIsSame Method

Version 71.0.0
Returns true if this object is pointing to the same context object.
Returns true if this object is pointing to the same context object.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 71.0.0.0
Syntax
public virtual bool IsSame(
	IRequestContext context
)

Parameters

context
Type: CefSharpIRequestContext
context to comparecontext to compare

Return Value

Type: Boolean
Returns true if the same

Return Value

Type: Boolean
Returns true if the same

Implements

IRequestContextIsSame(IRequestContext)
See Also