Tests whether two specified FIMEMORY structures are different.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static bool operator !=( FIMEMORY left, FIMEMORY right ) |
| Visual Basic (Declaration) |
|---|
Public Shared Operator <> ( _ left As FIMEMORY, _ right As FIMEMORY _ ) As Boolean |
| Visual C++ |
|---|
public: static bool operator !=( FIMEMORY left, FIMEMORY right ) |
Parameters
- left
- Type: FreeImageAPI..::.FIMEMORY
The FIMEMORY that is to the left of the inequality operator.
- right
- Type: FreeImageAPI..::.FIMEMORY
The FIMEMORY that is to the right of the inequality operator.