Click or drag to resize

IRequestContextIsSame Method

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

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
bool IsSame(
	IRequestContext context
)

Parameters

context
Type: CefSharpIRequestContext
context to compare

Return Value

Type: Boolean
Returns true if the same
See Also