Tests whether two specified FICOMPLEX structures are different.

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

Syntax

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

Parameters

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

Return Value

true if the two FICOMPLEX 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