Returns true if this Image and |that| Image share the same underlying
storage. Will also return true if both images are empty.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool IsSame(
CefImage that
)
Parameters
- that CefImage
-
Return Value
Boolean
See Also