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