PixelFormat.Inequality Operator

Tests whether two specified PixelFormat instances are different.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public static bool operator !=(
	PixelFormat format1,
	PixelFormat format2
)

Parameters

format1

Type: Aurigma.GraphicsMill.PixelFormat

The PixelFormat that is to the left of the inequality operator.
format2

Type: Aurigma.GraphicsMill.PixelFormat

The PixelFormat that is to the right of the inequality operator.

Return Value

true if the two PixelFormat instances are different; otherwise, false.

See Also

Reference