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