Version 106.0.290 
            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: 106.0.290.0 (106.0.290.0)
Syntaxbool IsSame(
	IExtension that
)
bool IsSame(
	IExtension^ that
)
Parameters
- that
 - Type: CefSharpIExtension
extension to compare 
Return Value
Type: 
Booleanreturn true if the same extension
See Also