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