Tests whether the instance a and the instance b are not equal.

Namespace:  SGP.XImaging
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static bool operator !=(
	XPngFileChunk a,
	XPngFileChunk b
)

Parameters

a
Type: SGP.XImaging..::.XPngFileChunk
The first value.
b
Type: SGP.XImaging..::.XPngFileChunk
The second value.

Return Value

trueTruetruetrue (True in Visual Basic) when instances are not same.

See Also