Version 106.0.290 
            Returns true if this Image and that Image share the same underlying storage.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxbool IsSame(
	IImage that
)
bool IsSame(
	IImage^ that
)
Parameters
- that
 - Type: CefSharpIImage
image to compare 
Return Value
Type: 
Booleanreturns true if share same underlying storage
See Also