FI16RGB565.CompareTo Method (FI16RGB565)

FreeImage.NET

FI16RGB565CompareTo Method (FI16RGB565)
Compares this instance with a specified FI16RGB565 object.

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

Parameters

other
Type: FreeImageAPIFI16RGB565
A FI16RGB565 to compare.

Return Value

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

Implements

IComparableTCompareTo(T)
See Also