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