Indicates whether the current object is equal to another object of the same type.
            
    Namespace: 
   FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# | 
|---|
public bool Equals( FITAG other )  | 
| Visual Basic (Declaration) | 
|---|
Public Function Equals ( _ other As FITAG _ ) As Boolean  | 
| Visual C++ | 
|---|
public: virtual bool Equals( FITAG other ) sealed  | 
Parameters
- other
 - Type: FreeImageAPI..::.FITAG
An object to compare with this object.