Version 130.1.90
Returns true if this object is pointing to the same handle as that object.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax bool IsSame(
IBrowser that
)
bool IsSame(
IBrowser^ that
)
Parameters
- that IBrowser
- compare browser instances
Return Value
Booleanreturns true if the same instance
See Also