Click or drag to resize

RequestContext.IsSame Method

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

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

Parameters

context
Type: CefSharp.IRequestContext
context to compare

Return Value

Type: Boolean
Returns true if the same

Implements

IRequestContext.IsSame(IRequestContext)
See Also