Tests whether two specified fi_handle structures are different.

Namespace:  FreeImageAPI.IO
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static bool operator !=(
	fi_handle left,
	fi_handle right
)
Visual Basic (Declaration)
Public Shared Operator <> ( _
	left As fi_handle, _
	right As fi_handle _
) As Boolean
Visual C++
public:
static bool operator !=(
	fi_handle left, 
	fi_handle right
)

Parameters

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

Return Value

true if the two fi_handle structures are different; otherwise, false.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also