FI16RGB565.Inequality Operator

FreeImage.NET

FI16RGB565Inequality Operator
Tests whether two specified FI16RGB565 structures are different.

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

Parameters

left
Type: FreeImageAPIFI16RGB565
The FI16RGB565 that is to the left of the inequality operator.
right
Type: FreeImageAPIFI16RGB565
The FI16RGB565 that is to the right of the inequality operator.

Return Value

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