FIMETADATA.CompareTo Method (FIMETADATA)

FreeImage.NET

FIMETADATACompareTo Method (FIMETADATA)
Compares this instance with a specified FIMETADATA object.

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

Parameters

other
Type: FreeImageAPIFIMETADATA
A FIMETADATA to compare.

Return Value

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

Implements

IComparableTCompareTo(T)
See Also