Compares this instance with a specified RGBTRIPLE object.

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

Syntax

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

Parameters

other
Type: FreeImageAPI..::.RGBTRIPLE
A RGBTRIPLE 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