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