Click or drag to resize

IBrowserIsSame Method

Version 94.4.20
Returns true if this object is pointing to the same handle as that object.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
bool IsSame(
	IBrowser that
)

Parameters

that
Type: CefSharpIBrowser
compare browser instances

Return Value

Type: Boolean
returns true if the same instance
See Also