PixelFormatInfoInequality Operator

Gets whether two PixelFormatInfo structures are different.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
C#
public static bool operator !=(
	PixelFormatInfo left,
	PixelFormatInfo right
)

Parameters

left  PixelFormatInfo
The PixelFormatInfo instance that is to the left of the inequality operator.
right  PixelFormatInfo
The PixelFormatInfo instance that is to the right of the inequality operator.

Return Value

Boolean
if the two PixelFormatInfo structures are different; otherwise, .

See Also