Tests whether two specified FICOMPLEX structures are different.
Namespace:
FreeImageAPIAssembly: 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.