FI16RGB555.CompareTo Method (FI16RGB555)

FreeImage.NET

FI16RGB555CompareTo Method (FI16RGB555)
Compares this instance with a specified FI16RGB555 object.

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

Parameters

other
Type: FreeImageAPIFI16RGB555
A FI16RGB555 to compare.

Return Value

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

Implements

IComparableTCompareTo(T)
See Also