FIRGBA16.CompareTo Method (FIRGBA16)

FreeImage.NET

FIRGBA16CompareTo Method (FIRGBA16)
Compares this instance with a specified FIRGBA16 object.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public int CompareTo(
	FIRGBA16 other
)

Parameters

other
Type: FreeImageAPIFIRGBA16
A FIRGBA16 to compare.

Return Value

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

Implements

IComparableTCompareTo(T)
See Also