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