fi_handle.Inequality Operator

FreeImage.NET

fi_handleInequality Operator
Tests whether two specified fi_handle structures are different.

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

Parameters

left
Type: FreeImageAPI.IOfi_handle
The fi_handle that is to the left of the inequality operator.
right
Type: FreeImageAPI.IOfi_handle
The fi_handle that is to the right of the inequality operator.

Return Value

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