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