FreeImage.NET Class Library Reference
fi_handleCompareTo Method (Object) |
Compares this instance with a specified Object.
Namespace: FreeImageAPI.IO
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: Int32A 32-bit signed integer indicating the lexical relationship between the two comparands.
Implements
IComparableCompareTo(Object)Exceptions
Exception | Condition |
---|---|
ArgumentException | obj is not a fi_handle. |
See Also