Compares this instance with a specified FIURational object.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public int CompareTo( FIURational other ) |
Visual Basic (Declaration) |
---|
Public Function CompareTo ( _ other As FIURational _ ) As Integer |
Visual C++ |
---|
public: virtual int CompareTo( FIURational other ) sealed |
Parameters
- other
- Type: FreeImageAPI..::.FIURational
A FIURational to compare.