Click or drag to resize

RequestContextIsSame Method

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

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

Parameters

context  IRequestContext
context to compare

Return Value

Boolean
Returns true if the same

Implements

IRequestContextIsSame(IRequestContext)
See Also