IRequestContextIsSame Method  | 
Version 118.6.80 
            Returns true if this object is pointing to the same context object.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntaxbool IsSame(
	IRequestContext context
)
bool IsSame(
	IRequestContext^ context
)
Parameters
- context
 - Type: CefSharpIRequestContext
context to compare 
Return Value
Type: 
BooleanReturns true if the same
See Also