Click or drag to resize

IExtensionIsSame Method

Version 94.4.20
Returns true if this object is the same extension as that object. Extensions are considered the same if identifier, path and loader context match.

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

Parameters

that
Type: CefSharpIExtension
extension to compare

Return Value

Type: Boolean
return true if the same extension
See Also