Click or drag to resize

IRequestContext.IsSame Method

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

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

Parameters

context
Type: CefSharp.IRequestContext
context to compare

Return Value

Type: Boolean
Returns true if the same
See Also