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