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