Tests whether two specified fi_handle structures are different.
Namespace:
FreeImageAPI.IOAssembly: 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.