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