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