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