Compares the current instance with another object of the same type.
Namespace:
FreeImageAPI.MetadataAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public int CompareTo( MetadataTag other ) |
Visual Basic (Declaration) |
---|
Public Function CompareTo ( _ other As MetadataTag _ ) As Integer |
Visual C++ |
---|
public: virtual int CompareTo( MetadataTag^ other ) sealed |
Parameters
- other
- Type: FreeImageAPI.Metadata..::.MetadataTag
An object to compare with this instance.