Version 130.1.90
Returns true if this Image and that Image share the same underlying storage.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax bool IsSame(
IImage that
)
bool IsSame(
IImage^ that
)
Parameters
- that IImage
- image to compare
Return Value
Booleanreturns true if share same underlying storage
See Also