RGBQUAD.Inequality Operator

FreeImage.NET

RGBQUADInequality Operator
Tests whether two specified RGBQUAD structures are different.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool operator !=(
	RGBQUAD left,
	RGBQUAD right
)

Parameters

left
Type: FreeImageAPIRGBQUAD
The RGBQUAD that is to the left of the inequality operator.
right
Type: FreeImageAPIRGBQUAD
The RGBQUAD that is to the right of the inequality operator.

Return Value

Type: Boolean
true if the two RGBQUAD structures are different; otherwise, false.
See Also