ImageProxyHasSameContentAs Method | 
            Determines whether the provided image proxy has the same content as this one.
            
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic bool HasSameContentAs(
	ImageProxy from
)
Parameters
- from  ImageProxy
 - The other image proxy to compare with.
 
Return Value
Booleantrue if the other image proxy has the same content (i.e. the same image) as this instance; otherwise, 
false.
            
See Also