Compares this instance with a specified fi_handle object.

Namespace:  FreeImageAPI.IO
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public int CompareTo(
	fi_handle other
)
Visual Basic (Declaration)
Public Function CompareTo ( _
	other As fi_handle _
) As Integer
Visual C++
public:
virtual int CompareTo(
	fi_handle other
) sealed

Parameters

other
Type: FreeImageAPI.IO..::.fi_handle
A fi_handle to compare.

Return Value

A signed number indicating the relative values of this instance and other.

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