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