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