RGBTRIPLE.CompareTo Method (Object)

FreeImage.NET

RGBTRIPLECompareTo Method (Object)
Compares this instance with a specified Object.

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

Parameters

obj
Type: SystemObject
An object to compare with this instance.

Return Value

Type: Int32
A 32-bit signed integer indicating the lexical relationship between the two comparands.

Implements

IComparableCompareTo(Object)
Exceptions
ExceptionCondition
ArgumentExceptionobj is not a RGBTRIPLE.
See Also