Compares the current instance with another object of the same type.

Namespace:  FreeImageAPI.Metadata
Assembly:  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.

Return Value

A 32-bit signed integer that indicates the relative order of the objects being compared.

Implements

IComparable<(Of <(T>)>)..::.CompareTo(T)

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also