Click or drag to resize

IBrowserIsSame Method

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

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

Parameters

that  IBrowser
compare browser instances

Return Value

Boolean
returns true if the same instance
See Also