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