Click or drag to resize

ImageProxyHasSameContentAs Method

Determines whether the provided image proxy has the same content as this one.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool HasSameContentAs(
	ImageProxy from
)

Parameters

from  ImageProxy
The other image proxy to compare with.

Return Value

Boolean
true if the other image proxy has the same content (i.e. the same image) as this instance; otherwise, false.
See Also