Compares this instance with a specified FITAG object.
            
    Namespace: 
   FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# | 
|---|
public int CompareTo( FITAG other )  | 
| Visual Basic (Declaration) | 
|---|
Public Function CompareTo ( _ other As FITAG _ ) As Integer  | 
| Visual C++ | 
|---|
public: virtual int CompareTo( FITAG other ) sealed  | 
Parameters
- other
 - Type: FreeImageAPI..::.FITAG
A FITAG to compare.