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