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