FreeImage.NET Class Library Reference
FIRGB16CompareTo Method (FIRGB16) |
Compares this instance with a specified FIRGB16 object.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public int CompareTo( FIRGB16 other )
Parameters
- other
- Type: FreeImageAPIFIRGB16
A FIRGB16 to compare.
Return Value
Type: Int32A signed number indicating the relative values of this instance and other.
Implements
IComparableTCompareTo(T)See Also