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