IRequestContextIsSharingWith Method  | 
Version 93.1.111 
            Returns true if this object is sharing the same storage as the specified context.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxbool IsSharingWith(
	IRequestContext context
)
bool IsSharingWith(
	IRequestContext^ context
)
Parameters
- context
 - Type: CefSharpIRequestContext
context to compare 
Return Value
Type: 
BooleanReturns true if same storage
See Also