Click or drag to resize

IImageIsSame Method

Version 86.0.240
Returns true if this Image and that Image share the same underlying storage.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
bool IsSame(
	IImage that
)

Parameters

that
Type: CefSharpIImage
image to compare

Return Value

Type: Boolean
returns true if share same underlying storage
See Also